X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FAPI.py;h=c40f28e712d132631a1e36d4c7f38db4926fac4f;hb=refs%2Fheads%2Fnewlogs;hp=f09034c31aae8bd755681e71ddadb1d5d1428160;hpb=f9ac2727e6fbddf97e885ffa1271a562315fb274;p=plcapi.git diff --git a/PLC/API.py b/PLC/API.py index f09034c..c40f28e 100644 --- a/PLC/API.py +++ b/PLC/API.py @@ -141,6 +141,8 @@ class PLCAPI: # Load configuration self.config = Config(config) +# print("config has keys {}" +# .format(vars(self.config).keys())) # Initialize database connection if self.config.PLC_DB_TYPE == "postgresql":