fix decode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-25 18:05:49 +02:00
parent a5490854af
commit 621c59dce2
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ from Crypto.PublicKey import RSA
from Crypto.PublicKey.RSA import RsaKey
auth_logger = logging.getLogger('AUTH APPLICATION ')
auth_logger.root.setLevel(logging.INFO)
auth_logger.setLevel(logging.INFO)
class Authetication:
ABSOLUTE_PATH = os.path.abspath(os.path.dirname(sys.argv[0]))