fix index
This commit is contained in:
parent
eb4f4ec191
commit
45b937e114
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ read:statuses and admin:read:accounts scopes.
|
||||||
print(HELP_MESSAGE)
|
print(HELP_MESSAGE)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
ACCESS_TOKEN = sys.argv[2]
|
ACCESS_TOKEN = sys.argv[1]
|
||||||
SERVER = sys.argv[2]
|
SERVER = sys.argv[2]
|
||||||
REPLY_INTERVAL_IN_HOURS = int(sys.argv[3])
|
REPLY_INTERVAL_IN_HOURS = int(sys.argv[3])
|
||||||
SEEN_URLS_FILE = "artifacts/seen_urls"
|
SEEN_URLS_FILE = "artifacts/seen_urls"
|
||||||
|
|
Loading…
Reference in a new issue