forked from endorphant/ttbp
6 lines
91 B
Python
6 lines
91 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
import core
|
||
|
|
||
|
print("\n blog updated at "+core.write("index.html")+"\n")
|