Merge pull request #24 from faroukbmiled/refactored

fixes
This commit is contained in:
Ryuk 2023-10-05 12:50:42 -07:00 committed by GitHub
commit 87e908d40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -948,6 +948,7 @@ class BOIIIWD(ctk.CTk):
except:
if self.fail_threshold >= 25:
reset_steamcmd(no_warn=True)
self.settings_tab.steamcmd_reset = True
self.settings_tab.steam_fail_counter = 0
self.fail_threshold = 0
continue