summaryrefslogtreecommitdiffstats
path: root/src/ogClient.py
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-05 13:08:00 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-05 13:08:00 +0200
commitd7b7b0b17571c7e36b69314b28dc1ea3a43c2215 (patch)
tree885a61f6f90b8defbc21be1f37cc21631ff3c6c1 /src/ogClient.py
parent3205e0f1e8fde91948b082b3ee0fedfe13b23912 (diff)
Delete ogConfig.py
This file is only used for its OG_PATH variable, this variable is now in ogClient.
Diffstat (limited to 'src/ogClient.py')
-rw-r--r--src/ogClient.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ogClient.py b/src/ogClient.py
index 4c0a003..881fd81 100644
--- a/src/ogClient.py
+++ b/src/ogClient.py
@@ -24,6 +24,8 @@ class State(Enum):
FORCE_DISCONNECTED = 2
class ogClient:
+ OG_PATH = '/opt/opengnsys/'
+
def __init__(self, config):
self.CONFIG = config