summaryrefslogtreecommitdiff
path: root/cleanup.py
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2024-09-27 17:39:18 +0200
committerMia Herkt <mia@0x0.st>2024-09-27 18:30:33 +0200
commitde19212a719b0bc6ea5455b3e32072a76d021df6 (patch)
tree6f95f343bbb3587f50739c97019f3159b4b8a095 /cleanup.py
parenta2147cc964d385a59f077add9d7e5ba009bf9b2e (diff)
PEP8 compliance
Diffstat (limited to 'cleanup.py')
-rwxr-xr-xcleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanup.py b/cleanup.py
index 14fbc61..4d52c93 100755
--- a/cleanup.py
+++ b/cleanup.py
@@ -5,4 +5,4 @@ print("Instead, please run")
print("")
print(" $ FLASK_APP=fhost flask prune")
print("")
-exit(1);
+exit(1)