diff --git a/plate_size_quota.py b/plate_size_quota.py index 72ebb1e..f10e5df 100644 --- a/plate_size_quota.py +++ b/plate_size_quota.py @@ -4,7 +4,7 @@ import shutil BYTES_IN_A_MEGABYTE = 1048576 size_quota_mb=200000 -size_quota_bytes = size_quota_mb * 1048576 +size_quota_bytes = size_quota_mb * BYTES_IN_A_MEGABYTE dir='/var/www/html/plates/'