bug fix: plogical/vhost.py

This commit is contained in:
Usman Nasir
2020-05-24 22:43:58 +05:00
parent ae671ec04d
commit 183e55bdeb
2 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ class backupSchedule:
if os.path.exists(status):
status = open(status, 'r').read()
print(status)
time.sleep(2)
if status.find("Completed") > -1: