Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evilalmus authored Apr 12, 2024
1 parent 4e9e7c7 commit 033a378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Config:
__conf = {
"save_media_to": os.path.dirname(os.path.realpath(__file__)) + os.path.sep + "${Y}/${m}/${F}T${t}_${N}_${SN}",
"save_media_to": os.path.dirname(os.path.realpath(__file__)) + os.path.sep + os.environ.get('SAVE_MEDIA_TO'),
"tfa_type": "PUSH",
"tfa_source": "push",
"tfa_retries": 10,
Expand Down

0 comments on commit 033a378

Please sign in to comment.