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

Commit

Permalink
forgot to fix a bug with updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterUwU committed Mar 17, 2021
1 parent 534dc4f commit be9ccd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anti-scalp.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if not "python" in sys.executable.lower():
else:
PATH = os.getcwd().replace("\\", "/")+"/"

VERISON = "1.0"
VERISON = "1.0.1"

def error_out(msg):
app = QApplication(sys.argv)
Expand Down Expand Up @@ -686,6 +686,7 @@ class GUI():
msg.setStandardButtons(QMessageBox.Ok)
msg.buttonClicked.connect(pressed_ok)
msg.show()
self.update_message = msg

def play_sound(self):
mp3_exists = os.path.exists("alert.mp3")
Expand Down

0 comments on commit be9ccd3

Please sign in to comment.