Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Fix commit mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldObservationLog committed Jul 24, 2023
1 parent 1f3bb11 commit 6f75e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
class PlaceClient:
def __init__(self, config_path):
self.logger = logger
self._lock = threading.Lock()

# Data
self.json_data = utils.get_json_data(self, config_path)
Expand Down

0 comments on commit 6f75e7a

Please sign in to comment.