mirror of
https://codeberg.org/privacy1st/MastodonTootFollower
synced 2024-12-22 23:06:05 +01:00
update git url
This commit is contained in:
parent
ef52f66af8
commit
d29b642caf
@ -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:
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user