Fix cme action build

This commit is contained in:
mpgn
2020-05-10 20:16:34 +02:00
parent 8931ec2300
commit fb9d6fbc59
+1
View File
@@ -5,6 +5,7 @@ from gevent.lock import BoundedSemaphore
from gevent.socket import gethostbyname
from functools import wraps
from cme.logger import CMEAdapter
from cme.context import Context
sem = BoundedSemaphore(1)
global_failed_logins = 0