Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
remove useless variable(s) again oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuntlover-TM authored Jan 18, 2023
1 parent 1b7dc85 commit 775e687
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bf_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ def __init__(self):
self.improvement_graph_scale = 0

# Updates
self.check_updates_startup = True
self.auto_check_updates = True

self.version_file_url = 'https://raw.githubusercontent.com/CodyNinja1/TMIBruteforceGUI/main/bf_gui_version.txt' # This should always stay the same
self.files = requests.get(self.version_file_url).text.split("\n")
self.current_version = "v0.1.3.4"
Expand Down

1 comment on commit 775e687

@CodyNinja1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reAK
L

Please sign in to comment.