bug fix: gdrive backups

This commit is contained in:
usmannasir
2024-11-04 19:26:10 +05:00
parent 857f4a966d
commit 188c0127d7
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ class backupSchedule:
###
pathToFile = "/home/cyberpanel/" + str(randint(1000, 9999))
pathToFile = "/home/cyberpanel/" + str(randint(10**9, 10**10 - 1))
file = open(pathToFile, "w+")
file.close()