send the actual data
This commit is contained in:
parent
0c9053a4d7
commit
7fdcbecf93
3 changed files with 54 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue