mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-01-07 19:02:58 -08:00
@@ -529,9 +529,11 @@ def main():
|
||||
"98": show_readme,
|
||||
"99": quit_hc
|
||||
}
|
||||
task = input("\nSelect a task: ")
|
||||
options[task]()
|
||||
|
||||
try:
|
||||
task = input("\nSelect a task: ")
|
||||
options[task]()
|
||||
except KeyError:
|
||||
pass
|
||||
# Boilerplate
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user