mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Always reset acitve and waiting on reloading
This commit is contained in:
parent
99e906239e
commit
4e9d876750
@ -20,8 +20,8 @@ class Container:
|
||||
self.total_connections = other.total_connections
|
||||
self.country_count = other.country_count
|
||||
self.last_10 = other.last_10
|
||||
self.nr_active = other.nr_active
|
||||
self.nr_waiting = other.nr_waiting
|
||||
self.nr_active = 0 # Always reset
|
||||
self.nr_waiting = 0
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user