tune scripts

This commit is contained in:
mose 2022-07-19 04:29:35 +08:00
parent af345be101
commit 46d16ba23e
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ def main():
userGlobal = createElement( 'global', 'red', uniqueUserGlobal)
usersGlobal.append(userGlobal)
save(info, "site/data/chat_stat_daily")
save(info, "chat_stat_daily")
def filter_message(mess):
if 't' in mess:

View File

@ -108,7 +108,7 @@ def main():
userGlobal = createElement( 'global', 'red', uniqueUserGlobal)
usersGlobal.append(userGlobal)
save(info, "site/data/chat_stat_monthly")
save(info, "chat_stat_monthly")
if __name__ == "__main__":
main()