Skip to content

Commit

Permalink
fix/db xdg folder lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 16, 2023
1 parent 5df447d commit fafcdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind_core/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __repr__(self):

class ClientDatabase(JsonDatabaseXDG):
def __init__(self):
super().__init__("clients", subfolder="HiveMind")
super().__init__("clients", subfolder="hivemind")

def update_timestamp(self, key, timestamp):
user = self.get_client_by_api_key(key)
Expand Down

0 comments on commit fafcdb9

Please sign in to comment.