We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092ee0e commit db5ec96Copy full SHA for db5ec96
connect/config.py
@@ -71,7 +71,7 @@ def __init__(
71
@classmethod
72
def get_instance(cls):
73
if not cls._instance:
74
- cls._instance = Config(file='config.json')
+ cls._instance = Config(file='config.json')
75
return cls._instance
76
77
@property
0 commit comments