Skip to content

Commit d0a189f

Browse files
committed
attempt #2 at black
1 parent 95c736d commit d0a189f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/requests_api_steam.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
gc.collect()
6464
print("Connected!\n")
6565

66-
6766
while True:
6867
try:
6968
print("\nAttempting to GET STEAM Stats!") # --------------------------------
@@ -99,7 +98,6 @@
9998
print(f"Total Days: {total_days}")
10099

101100
print("Monotonic: ", time.monotonic())
102-
103101
print("\nFinished!")
104102
print("Next Update in %s %s" % (int(sleep_int), sleep_time_conversion))
105103
print("===============================")

0 commit comments

Comments
 (0)