fix typo
This commit is contained in:
parent
46d2fd59a4
commit
5a2d76280c
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ def check_dir(path, yesterpath=None):
|
|||
print("[-] Makedir error")
|
||||
return path
|
||||
|
||||
def _zipfiles(path)
|
||||
def _zipfiles(path):
|
||||
print("Zip files in yesterdays archivdir {}".format(path))
|
||||
zip_fileext=".zip"
|
||||
zip_compression=zipfile.ZIP_DEFLATED
|
||||
|
|
Loading…
Reference in a new issue