Skip to content

Commit

Permalink
Merge pull request #19
Browse files Browse the repository at this point in the history
merge refactor-e6ba32d with master
  • Loading branch information
ksssomesh12 authored Sep 9, 2021
2 parents e6ba32d + b8c1137 commit 0a1a32e
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 42 deletions.
3 changes: 2 additions & 1 deletion deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def fileUpload(fileName: str) -> str:
'max-connection-per-server': '8', 'max-overall-upload-limit': '1K',
'min-split-size': '10M', 'seed-time': '0.01', 'split': '10'},
'authorizedChats': {}, 'dlRootDir': 'dl', 'logLevel': 'INFO', 'megaAuth': {'apiKey': '', 'emailId': '', 'passPhrase': ''},
'statusUpdateInterval': '5', 'trackersListUrl': 'https://trackerslist.com/all_aria2.txt'}
'statusUpdateInterval': '5', 'trackersListUrl': 'https://trackerslist.com/all_aria2.txt',
'ytdlFormat': 'best/bestvideo+bestaudio'}
envVars: typing.Dict = {'dlWaitTime': '5'}

if __name__ == '__main__':
Expand Down
Loading

0 comments on commit 0a1a32e

Please sign in to comment.