Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-b716 committed Nov 23, 2024
1 parent d1a3ba1 commit 81f50a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoHack.infinite.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
os.system("move .\\{0} .\\hackData\\{0}".format(refer[1]))
print("Checker failed!")
sys.exit(0)
if result[0]!=0:
if result[0]!=1:
os.system("move .\\{0} .\\hackData\\{0}".format(refer[0]))
os.system("move .\\{0} .\\hackData\\{0}".format(refer[1]))
time.sleep(config.waitTime)
Expand Down
2 changes: 1 addition & 1 deletion autoHack.random.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
os.system("move .\\{0} .\\hackData\\{0}".format(refer[1]))
print("Checker failed!")
sys.exit(0)
if result[0]!=0:
if result[0]!=1:
os.system("move .\\{0} .\\hackData\\{0}".format(refer[0]))
os.system("move .\\{0} .\\hackData\\{0}".format(refer[1]))
time.sleep(config.waitTime)
Expand Down
2 changes: 1 addition & 1 deletion dataGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def mainPage(self):
self.mainPage()

class Meta:
_version = "6.1.3"
_version = "6.1.4"


if __name__ == "__main__":
Expand Down

0 comments on commit 81f50a4

Please sign in to comment.