diff --git a/blackbox/Functions_Ref_DO_NOT_MODIFY.py b/blackbox/Functions_Ref_DO_NOT_MODIFY.py index 6764a6e..caabd3f 100644 --- a/blackbox/Functions_Ref_DO_NOT_MODIFY.py +++ b/blackbox/Functions_Ref_DO_NOT_MODIFY.py @@ -199,10 +199,10 @@ def check_value(list, value): data.remove(i) return data -def check_backups(now): - if not os.path.exists(home + "/" + bd + "/Backup-" + now.strftime("%Y-%m-%d %H")): - os.makedirs(home + "/" + bd + "/Backup-" + now.strftime("%Y-%m-%d %H"), 0o777) - permissions(home + "/" + bd + "/Backup-" + now.strftime("%Y-%m-%d %H")) +# def check_backups(now): +# if not os.path.exists(home + "/" + bd + "/Backup-" + now.strftime("%Y-%m-%d %H")): +# os.makedirs(home + "/" + bd + "/Backup-" + now.strftime("%Y-%m-%d %H"), 0o777) +# permissions(home + "/" + bd + "/Backup-" + now.strftime("%Y-%m-%d %H")) def file_check(file): if os.path.isfile(file):