mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
fix multiple formating problems
This commit is contained in:
@@ -30,10 +30,8 @@ class ActivePlayersEvent(Event):
|
||||
self.timestamp = timestamp
|
||||
self.players = []
|
||||
self.string = player_str
|
||||
#print(player_str)
|
||||
try:
|
||||
for s in player_str.split(","):
|
||||
#print(s)
|
||||
if not s or len(s.split("|"))==1:
|
||||
continue
|
||||
steamid = s.split("|")[1]
|
||||
|
||||
Reference in New Issue
Block a user