summaryrefslogtreecommitdiff
path: root/cleanup.py
blob: 14fbc61eadfb8178cc965a82c4fd433d66b1332f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python3

print("This script has been replaced!!")
print("Instead, please run")
print("")
print("   $ FLASK_APP=fhost flask prune")
print("")
exit(1);