fix index undefined
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -16,8 +16,8 @@ class Templates:
|
|||||||
|
|
||||||
# Get initial players data
|
# Get initial players data
|
||||||
def getPlayers(bot: commands.Bot, logs: list[str]) -> None:
|
def getPlayers(bot: commands.Bot, logs: list[str]) -> None:
|
||||||
gt_data = match(Templates.Gamertag, logs[i])
|
|
||||||
for i in range(0, len(logs)):
|
for i in range(0, len(logs)):
|
||||||
|
gt_data = match(Templates.Gamertag, logs[i])
|
||||||
# Generate new player data or update connections/IP info
|
# Generate new player data or update connections/IP info
|
||||||
if gt_data is not None:
|
if gt_data is not None:
|
||||||
ip_data = match(Templates.IpAddress, logs[i+1])
|
ip_data = match(Templates.IpAddress, logs[i+1])
|
||||||
|
|||||||
Reference in new issue
Block a user