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:
|
class MastodonFactory:
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
name: str = 'MastodonTootFollower',
|
name: str = 'MastodonTootFollower',
|
||||||
url: str = 'https://git.privacy1st.de/langfingaz/MastodonTootFollower',
|
url: str = 'https://codeberg.org/privacy1st/MastodonTootFollower',
|
||||||
config_dir: Path = None,
|
config_dir: Path = None,
|
||||||
):
|
):
|
||||||
if len(name) <= 0:
|
if len(name) <= 0:
|
||||||
|
@ -5,7 +5,7 @@ from mastodon import Mastodon
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
app_name = 'MastodonTootFollower'
|
app_name = 'MastodonTootFollower'
|
||||||
git_url = 'https://git.privacy1st.de/langfingaz/MastodonTootFollower'
|
git_url = 'https://codeberg.org/privacy1st/MastodonTootFollower'
|
||||||
app_credentials = Path(app_name + '.secret')
|
app_credentials = Path(app_name + '.secret')
|
||||||
|
|
||||||
instance_url = 'https://replace-with-existing-instance'
|
instance_url = 'https://replace-with-existing-instance'
|
||||||
|
Loading…
Reference in New Issue
Block a user