Skip to content

Commit

Permalink
Update trigger HDD size
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Jun 19, 2024
1 parent 2279bd1 commit 18ba0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def startup():
hddPath = open("./blobs/user/USR_HDD_PATH.apb")
hddPath = hddPath.read()
hddPath = hddPath.replace("$REPO_PATH",os.path.realpath(os.curdir))
if (os.path.getsize(hddPath)) > 25177079296 and not os.path.exists("./blobs/user/.noBaseSystemReminder"):
if (os.path.getsize(hddPath)) > 22177079296 and not os.path.exists("./blobs/user/.noBaseSystemReminder"):
baseSystemNotifArmed = True
#REQUIRES_SUDO = 1 # UNCOMMENT FOR DEBUGGING

Expand Down

0 comments on commit 18ba0bc

Please sign in to comment.