Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aixoio committed Jan 15, 2023
1 parent 940b128 commit 1a10a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/codes/loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ def findData(self):
self.times = self.text.split(" ")[1]
self.isWhile = False



try:

self.times = int(self.times)

except:

self.times = varmanager.vars[self.times]


if self.times == "@":
Expand Down
4 changes: 2 additions & 2 deletions src/varmanager.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
vars = {

"VERSION": "9.1.0"
"VERSION": "9.1.1"

}

defaultvars = {

"VERSION": "9.1.0"
"VERSION": "9.1.1"

}

Expand Down

0 comments on commit 1a10a58

Please sign in to comment.