Set for production

This commit is contained in:
Dimitris Zlatanidis 2023-03-27 22:57:06 +03:00
parent 5cf8bb0445
commit da7e36772b

View file

@ -774,10 +774,10 @@ def main():
'-t': argparse.tracking
}
# try:
arguments[args[0]]()
# except (KeyError, IndexError):
usage.help_short(1)
try:
arguments[args[0]]()
except (KeyError, IndexError):
usage.help_short(1)
if __name__ == '__main__':