fix index

This commit is contained in:
Michael Thomas 2023-03-06 13:04:40 +00:00
parent eb4f4ec191
commit 45b937e114

View file

@ -401,7 +401,7 @@ read:statuses and admin:read:accounts scopes.
print(HELP_MESSAGE)
sys.exit(1)
ACCESS_TOKEN = sys.argv[2]
ACCESS_TOKEN = sys.argv[1]
SERVER = sys.argv[2]
REPLY_INTERVAL_IN_HOURS = int(sys.argv[3])
SEEN_URLS_FILE = "artifacts/seen_urls"