Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sogoeslight committed Sep 22, 2020
1 parent 032181d commit 775e7c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified resources/temp/control_picture_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Unrated = 0, Competitive = 1, Spike Rush = 2, DeathMatch = 3
# For now supposed to work only with DM tho, so
game_mode = 3
valorant_is_opened = False
valorant_is_opened = True
first_game = True
was_relaunched_after_error = False
enable_simulation = False
1 change: 1 addition & 0 deletions stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def tick(type_of_timer=None):
while getattr(thr, "do_run", True):
time_handling_errors += 1
time.sleep(1)
# print(time_handling_errors)


def count_game():
Expand Down

0 comments on commit 775e7c1

Please sign in to comment.