mirror of
https://github.com/alexta69/metube.git
synced 2025-04-06 21:57:38 +03:00
Reverted all formatting changes
This commit is contained in:
parent
70b8bedc64
commit
c30173cdc0
2 changed files with 92 additions and 143 deletions
|
@ -139,13 +139,13 @@ def get_custom_dirs():
|
|||
dirs = list(filter(None, map(convert, path.glob('**'))))
|
||||
|
||||
return dirs
|
||||
|
||||
|
||||
download_dir = recursive_dirs(config.DOWNLOAD_DIR)
|
||||
|
||||
audio_download_dir = download_dir
|
||||
if config.DOWNLOAD_DIR != config.AUDIO_DOWNLOAD_DIR:
|
||||
audio_download_dir = recursive_dirs(config.AUDIO_DOWNLOAD_DIR)
|
||||
|
||||
|
||||
return {
|
||||
"download_dir": download_dir,
|
||||
"audio_download_dir": audio_download_dir
|
||||
|
@ -194,4 +194,4 @@ app.on_response_prepare.append(on_prepare)
|
|||
if __name__ == '__main__':
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
log.info(f"Listening on {config.HOST}:{config.PORT}")
|
||||
web.run_app(app, host=config.HOST, port=config.PORT, reuse_port=True)
|
||||
web.run_app(app, host=config.HOST, port=config.PORT, reuse_port=True)
|
Loading…
Add table
Add a link
Reference in a new issue