We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec7b6b commit 7b2a734Copy full SHA for 7b2a734
saver.py
@@ -127,7 +127,7 @@ def leaderboard_registration(account):
127
def save_streak(account):
128
if DEBUG:
129
print(f"{current_time()} [bold magenta][DEBUG][/] Checking streak for {config['accounts'][account]['username']}")
130
- duo_info = get_duo_info(account, True)
+ duo_info = get_duo_info(account, DEBUG)
131
headers = get_headers(account)
132
user_tz = pytz.timezone(TIMEZONE)
133
now = datetime.now(user_tz)
0 commit comments