7 lines
103 B
Python
7 lines
103 B
Python
#!/usr/bin/python
|
|
|
|
import core
|
|
|
|
core.load()
|
|
print("\n blog updated at "+core.write("index.html")+"\n")
|