fix plugin_dirs on localhost
This commit is contained in:
parent
072d522cea
commit
6f0a1e4edd
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue