mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 01:19:36 +00:00
Correct logging attempts count: +1
This commit is contained in:
@@ -427,7 +427,7 @@ class Twitch:
|
||||
context = await self.gql_request(GQL_OPERATIONS["CurrentDrop"])
|
||||
drop_data: JsonType = context["data"]["currentUser"]["dropCurrentSession"]
|
||||
with open("log.txt", 'a') as file:
|
||||
print(format(time(), ".6f"), attempt, drop_data["dropID"], file=file)
|
||||
print(format(time(), ".6f"), attempt+1, drop_data["dropID"], file=file)
|
||||
if drop_data["dropID"] != drop.id:
|
||||
self.restart_watching()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user