diff options
Diffstat (limited to 'rpki/gui/script_util.py')
-rw-r--r-- | rpki/gui/script_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/gui/script_util.py b/rpki/gui/script_util.py index 1941f6f7..24b6d313 100644 --- a/rpki/gui/script_util.py +++ b/rpki/gui/script_util.py @@ -51,6 +51,7 @@ def setup(): }, }, MIDDLEWARE_CLASSES = (), + DOWNLOAD_DIRECTORY = cfg.get('download-directory', '/var/tmp'), ) # Can't populate apps if we don't know what they are. If this # explodes with an AppRegistryNotReady exception, the above comment |