On fait remonter le nombre de clients plus souvent
darcs-hash:20051110105816-d1718-06a785f3301f79deafd7080d78dc9bfa8324cf14.gz
This commit is contained in:
parent
eee7cac8f4
commit
5f999d2a81
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ class Server:
|
||||||
if match[0].end < time.gmtime(time.time()-60):
|
if match[0].end < time.gmtime(time.time()-60):
|
||||||
self.del_ip(ip)
|
self.del_ip(ip)
|
||||||
deleted=True
|
deleted=True
|
||||||
if deleted:
|
syslog(LOG_INFO | LOG_LOCAL3, "Clients hotspots: %s" % (", ".join(self.list_ips()) or "aucun"))
|
||||||
syslog(LOG_INFO | LOG_LOCAL3, "Clients hotspots: %s" % (", ".join(self.list_ips()) or "aucun"))
|
|
||||||
|
|
||||||
def daemonize(self):
|
def daemonize(self):
|
||||||
"""Passe en arrière plan"""
|
"""Passe en arrière plan"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue