mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -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:
|
else:
|
||||||
print "Invalid number of arguments received from client."
|
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