nzbToMedia/autoProcess/nzbToMediaEnv.py
Clinton Hall dbb8a30933 V7.0
2013-03-21 01:24:33 -07:00

10 lines
231 B
Python

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