mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
fix my mistake on f-string in core.py
This commit is contained in:
parent
fe08423827
commit
ed2c9dd969
2
core.py
2
core.py
@ -72,7 +72,7 @@ class HackingTool(object):
|
||||
for index, option in enumerate(self.OPTIONS):
|
||||
print(f"[{index + 1}] {option[0]}")
|
||||
if self.PROJECT_URL:
|
||||
print(f"[{98}] Open project page}")
|
||||
print(f"[{98}] Open project page")
|
||||
print(f"[{99}] Back to {parent.TITLE if parent is not None else 'Exit'}")
|
||||
option_index = input("Select an option : ")
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user