update git url

This commit is contained in:
Daniel Langbein 2022-12-14 12:49:07 +01:00
parent ef52f66af8
commit d29b642caf
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from mastodon_toot_follower import path_util
class MastodonFactory:
def __init__(self,
name: str = 'MastodonTootFollower',
url: str = 'https://git.privacy1st.de/langfingaz/MastodonTootFollower',
url: str = 'https://codeberg.org/privacy1st/MastodonTootFollower',
config_dir: Path = None,
):
if len(name) <= 0:

View File

@ -5,7 +5,7 @@ from mastodon import Mastodon
def main():
app_name = 'MastodonTootFollower'
git_url = 'https://git.privacy1st.de/langfingaz/MastodonTootFollower'
git_url = 'https://codeberg.org/privacy1st/MastodonTootFollower'
app_credentials = Path(app_name + '.secret')
instance_url = 'https://replace-with-existing-instance'