We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2440e5a commit b47b56cCopy full SHA for b47b56c
DataStructures/data.py
@@ -38,7 +38,7 @@ class Data:
38
Version Updater
39
'''
40
lastChecked = -1
41
- pyInstallCurrentVersion = 0.914
+ pyInstallCurrentVersion = 0.915
42
pyInstallUpdateAvailable = False
43
pyInstallUpdateBrowserUrl = ""
44
pyInstallUpdateVersion = 0
main.py
@@ -6,6 +6,7 @@
6
import math
7
import os
8
9
+
10
monkey.patch_all()
11
12
import schedule
0 commit comments