mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-09-01 15:25:13 +02:00
Fix acciunting not working and add license type to updater
This commit is contained in:
parent
e8434c5e6c
commit
68d7f44352
2 changed files with 9 additions and 2 deletions
|
@ -118,7 +118,7 @@ class SyslogUDPHandler(socketserver.BaseRequestHandler):
|
|||
db_AA.Account.add_log(dev.id, info[0], info[1], info[3],message,ctype, address[0], info[5])
|
||||
elif "rebooted" in message:
|
||||
db_events.state_event(dev.id, "syslog", "Router Rebooted","info",1,info[0])
|
||||
elif "resetting system configuration":
|
||||
elif "resetting system configuration" in message:
|
||||
db_events.state_event(dev.id, "syslog", "Router reset","info",1,info[0])
|
||||
else:
|
||||
regex = r"system,info mikrowizard\d+: (.*) (changed|added|removed|unscheduled) by (.*)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue