Version update to 1.2.10

This commit is contained in:
BigBoiCJ
2023-09-03 01:27:55 +02:00
committed by GitHub
parent 768026e6ce
commit 70b21cda4d

View File

@@ -12,7 +12,7 @@ try: # Handles Python errors to write them to a log file so they can be reported
from time import sleep
VERSION = "1.2.9"
VERSION = "1.2.10"
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)