Modifying file

This commit is contained in:
chabisik 2022-12-18 01:45:00 +01:00
parent ba12243f4f
commit 79d9672f00

View file

@ -4,6 +4,7 @@ import threading
app = flask.Flask(import_name=__name__)
lock = threading.Lock()
def opener(lck):
with lck: