diff --git a/.gitignore b/.gitignore index 65ae180..e67beac 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,6 @@ node_modules tmp temp -harden* - /.idea venv diff --git a/ssh_lib/__init__.py b/ssh_lib/__init__.py index b2194f0..2f08852 100644 --- a/ssh_lib/__init__.py +++ b/ssh_lib/__init__.py @@ -1,9 +1,10 @@ from pathlib import Path +ASSETS_DIR = Path(__file__).parent / 'assets' CONFIG_DIR = Path(__file__).parent.parent / 'config' SCRIPTS_DIR = Path(__file__).parent.parent / 'scripts' -ASSETS_DIR = Path(__file__).parent / 'assets' + OFM_DIR = '/data/ofm' REMOTE_CONFIG = '/data/ofm/config' TILE_GEN_BIN = '/data/ofm/tile_gen/bin'