fix #2

Merged
emmatveev merged 1 commits from master into dev 2024-12-02 21:43:20 +03:00
Showing only changes of commit 4cb66ba293 - Show all commits

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: