mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-04-25 07:52:58 -05:00
Try to fix Issue #205
https://github.com/polaris-/dwc_network_server_emulator/issues/205
This commit is contained in:
parent
39af2e081c
commit
3e288b0ba9
|
|
@ -95,7 +95,7 @@ class StatsPage(resource.Resource):
|
|||
if server_list is not None:
|
||||
output += "".join(self.row % (game, len(server_list[game]))
|
||||
for game in server_list
|
||||
if not server_list[game])
|
||||
if server_list[game])
|
||||
output += self.footer % (self.stats.get_last_update_time())
|
||||
|
||||
return output
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user