diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-05 13:08:00 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-05 13:08:00 +0200 |
commit | d7b7b0b17571c7e36b69314b28dc1ea3a43c2215 (patch) | |
tree | 885a61f6f90b8defbc21be1f37cc21631ff3c6c1 /src/ogClient.py | |
parent | 3205e0f1e8fde91948b082b3ee0fedfe13b23912 (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.py | 2 |
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 |