nzbToMedia/autoProcess/nzbToMediaEnv.py
clinton-hall 6ef7e8869a V 7.2
2013-03-28 20:57:07 +10:30

10 lines
231 B
Python

# Make things easy and less error prone by centralising all common values
# Global Constants
VERSION = 'V7.1'
# Constants pertinant to SabNzb
SABNZB_NO_OF_ARGUMENTS = 8
# Constants pertinant to NzbGet
NZBGET_NO_OF_ARGUMENTS = 5