mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Allow Manual Call for SickBeard
This commit is contained in:
parent
27b33d9f65
commit
c08b713ecb
1 changed files with 2 additions and 1 deletions
|
@ -52,4 +52,5 @@ elif len(sys.argv) == 4:
|
|||
|
||||
else:
|
||||
print "Invalid number of arguments received from client."
|
||||
sys.exit()
|
||||
print "Running autoProcessTV as a manual run..."
|
||||
autoProcessTV.processEpisode('Manual Run', 'Manual Run', 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue