1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Syntax change

This commit is contained in:
Tlams 2018-02-08 16:22:56 +00:00
parent 049ceee99f
commit 701b3a8ee7

View file

@ -1,6 +1,6 @@
import os
class locker:
class Locker:
def createlock(self, lockfile, date=0):
try:
if os.path.exists(lockfile):