ttbp/bin/update.py

7 lines
103 B
Python
Raw Normal View History

2016-04-30 00:00:55 -04:00
#!/usr/bin/python
import core
2016-05-01 19:34:20 -04:00
core.load()
2016-04-30 00:00:55 -04:00
print("\n blog updated at "+core.write("index.html")+"\n")