send the actual data

This commit is contained in:
neingeist 2018-11-11 19:55:57 +01:00
parent 0c9053a4d7
commit 7fdcbecf93
3 changed files with 54 additions and 3 deletions

View file

@ -6,3 +6,4 @@ class Config:
''.join(random.choices(string.ascii_letters, k=20))
DATA_DIR = os.environ.get('DATA_DIR') or '/home/orange/devel/prolefeeder/tmp'
MAX_LENGTH = os.environ.get('MAX_LENGTH') or 180
KBITS = os.environ.get('KBITS') or 128