We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c60c63 commit 3a57432Copy full SHA for 3a57432
bot_follow.py
@@ -31,7 +31,7 @@
31
sleepSecondsLimitedMax = int(args.sleep_max_limited or 1500)
32
33
load_dotenv()
34
-USER = os.getenv("USER")
+USER = os.getenv("GITHUB_USER")
35
TOKEN = os.getenv("TOKEN")
36
37
bot_unfollow.py
sleepSecondsLimitedMax = int(args.sleep_max_limited or 300)
0 commit comments