mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-17 13:58:11 +00:00
Removed n.actionsack.com
This commit is contained in:
parent
cfd1232f35
commit
216da5519f
3
twoot.py
3
twoot.py
|
@ -47,7 +47,6 @@ NITTER_URLS = [
|
||||||
'https://nitter.fdn.fr',
|
'https://nitter.fdn.fr',
|
||||||
'https://nitter.eu',
|
'https://nitter.eu',
|
||||||
'https://nitter.namazso.eu',
|
'https://nitter.namazso.eu',
|
||||||
'https://n.actionsack.com',
|
|
||||||
'https://nitter.moomoo.me',
|
'https://nitter.moomoo.me',
|
||||||
'https://n.ramle.be',
|
'https://n.ramle.be',
|
||||||
]
|
]
|
||||||
|
@ -604,7 +603,7 @@ def main(argv):
|
||||||
(twit_account, mast_instance, mast_account, tweet['tweet_id'], toot['id']))
|
(twit_account, mast_instance, mast_account, tweet['tweet_id'], toot['id']))
|
||||||
sql.commit()
|
sql.commit()
|
||||||
|
|
||||||
logging.info(str(posted_cnt) + ' Tweets posted to Mastodon')
|
logging.info(str(posted_cnt) + ' tweets posted to Mastodon')
|
||||||
|
|
||||||
# Cleanup downloaded video files
|
# Cleanup downloaded video files
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user