Commit graph

3 commits

Author SHA1 Message Date
Riccardo Pittau
251a3974cf
Remove main function from appID.py (#1455)
We can save some lines, plus best practice is referencing sys.argv
in __main__ block only.
2025-04-19 11:19:39 +02:00
Riccardo Pittau
b4ef10c59a
[appID.py] Exit immediately if arguments are not 3 (#481)
Using sys.exit will actually exit from the python interpreter,
while exit may require user interaction.
Also save a little time as there's no need for an else statement.
2022-10-28 02:02:37 -04:00
AngelofWoe
d215ee5269 Add appID.py 2022-09-20 16:01:09 -05:00