Merge pull request 'fix' (#2) from master into dev

Reviewed-on: #2
This commit is contained in:
emmatveev 2024-12-02 21:43:18 +03:00
commit 98abc79a8e

View File

@ -18,9 +18,3 @@ def create_indexes():
database.get_collection('locks').create_index([
('name', 1),
], unique=True)
def remove_outdated():
client = pymongo.MongoClient(CONNECTION_STRING)
while True: