diff --git a/shared.py b/shared.py index ae68bb2..69324d0 100644 --- a/shared.py +++ b/shared.py @@ -9,7 +9,6 @@ ICON["Import"]="fa-file-upload" ICON["Storage"]="fa-database" ICON["Bin"]="fa-trash-alt" - if hostname == PROD_HOST: PA_JOB_MANAGER_HOST="192.168.0.2" DB_URL = 'postgresql+psycopg2://pa:for_now_pa@192.168.0.2:55432/pa' @@ -51,8 +50,6 @@ def CreateFoldersSelect(selected): def LocationIcon(obj): return ICON[obj.in_dir.in_path.type.name] - - # translate a path type, a full FS path and a file into the full FS path of the # symlink on the file system. To note, this is used with file == path, when we # want to just get the symlink to the path itself, otherwise file ==