mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-11 18:35:35 +02:00
Changed version to v2.0.2
This commit is contained in:
parent
7fc83912ea
commit
2f686fcfaa
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ try: # Handles Python errors to write them to a log file so they can be reported
|
|||
import shutil
|
||||
from time import sleep
|
||||
|
||||
VERSION = "2.0.1"
|
||||
VERSION = "2.0.2"
|
||||
|
||||
RETRY_DELAY = 15 # Delay in seconds before retrying a failed request. (default, can be modified in config.ini)
|
||||
RETRY_MAX = 30 # Number of failed tries (includes the first try) after which SAC will stop trying and quit. (default, can be modified in config.ini)
|
||||
|
@ -824,6 +824,7 @@ try: # Handles Python errors to write them to a log file so they can be reported
|
|||
|
||||
# Let's now create the main window
|
||||
root = tk.Tk()
|
||||
root.resizable(False, False) # Prevents resizing the window's width and height
|
||||
root.title(f"SteamAutoCracker GUI v{VERSION}")
|
||||
|
||||
DEFAULT_FONT = font.nametofont('TkTextFont')
|
||||
|
@ -935,4 +936,4 @@ except Exception:
|
|||
errorFile.write(f"SteamAutoCracker GUI v{VERSION}\n---\nA Python error occurred!\nPlease report it on GitHub or cs.rin.ru\nMake sure to blank any personal detail.\n---\n\n")
|
||||
traceback.print_exc(file=errorFile)
|
||||
traceback.print_exc()
|
||||
print("---\nError written to error.log, please report it on GitHub or cs.rin.ru\nMake sure to blank any personal detail.")
|
||||
print("---\nError written to error.log, please report it on GitHub or cs.rin.ru\nMake sure to blank any personal detail.")
|
Loading…
Add table
Add a link
Reference in a new issue