Skip to content

Commit

Permalink
Update UntitledNuker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ICEGXG authored Feb 14, 2022
1 parent 729195a commit 105dc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UntitledNuker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version = data.readline()
except FileNotFoundError:
try:
with open("./version.txt") as data:
with open("../version.txt") as data:
version = data.readline()
except FileNotFoundError:
version = ""
Expand Down

0 comments on commit 105dc68

Please sign in to comment.