mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-11 18:35:35 +02:00
Updated version number to 1.2.9
This commit is contained in:
parent
9a47fda171
commit
c8a0a36f99
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import shutil
|
|||
from time import sleep
|
||||
import traceback
|
||||
|
||||
VERSION = "1.2.8"
|
||||
VERSION = "1.2.9"
|
||||
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue