mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2026-04-18 12:09:29 +00:00
fix plugin_dirs on localhost
This commit is contained in:
@@ -78,7 +78,9 @@ class YtWrap:
|
||||
}
|
||||
},
|
||||
)
|
||||
self.obs["plugin_dirs"].append("/opt/yt_plugins/bgutil")
|
||||
if EnvironmentSettings.APP_DIR == "/app":
|
||||
# container internal only
|
||||
self.obs["plugin_dirs"].append("/opt/yt_plugins/bgutil")
|
||||
|
||||
def download(self, url):
|
||||
"""make download request"""
|
||||
|
||||
Reference in New Issue
Block a user