This commit is contained in:
mose 2022-07-19 04:23:50 +08:00
parent c3b1440bd9
commit af345be101
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def main():
info = {
"lastupdate": datetime.strftime(now, "%d/%m/%Y %X")
}
save(info, "site/data/global")
save(info, "global")
if __name__ == "__main__":
main()