tune scripts
This commit is contained in:
parent
af345be101
commit
46d16ba23e
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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()
|
Loading…
Reference in a new issue