mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Update nzbToGamez
This commit is contained in:
parent
a796649335
commit
7bed1000c3
1 changed files with 2 additions and 3 deletions
|
@ -36,6 +36,5 @@ elif len(sys.argv) == 4:
|
|||
result = autoProcessGames.process(sys.argv[1], sys.argv[2], sys.argv[3])
|
||||
|
||||
else:
|
||||
Logger.warn("Invalid number of arguments received from client.")
|
||||
Logger.info("Running autoProcessGames as a manual run...")
|
||||
result = autoProcessGames.process('Manual Run', 'Manual Run', 0)
|
||||
Logger.warn("Invalid number of arguments received from client. Exiting")
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue