mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +01:00
Generate html at startup
This commit is contained in:
parent
45ee58ac8d
commit
6b27bcbb86
@ -382,6 +382,7 @@ class Broker(SocketServer.UDPServer):
|
|||||||
self.image_dir = image_dir
|
self.image_dir = image_dir
|
||||||
|
|
||||||
stats.load(self.stat_data)
|
stats.load(self.stat_data)
|
||||||
|
stats.generate_html(self.stat_html)
|
||||||
|
|
||||||
def log_connection(self, who, country):
|
def log_connection(self, who, country):
|
||||||
stats.add_connection(who, country)
|
stats.add_connection(who, country)
|
||||||
|
Loading…
Reference in New Issue
Block a user