We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a52293 commit 4b850c8Copy full SHA for 4b850c8
Lobby.py
@@ -30,7 +30,6 @@ def createLobby(self, gameMode="PRACTICETOOL", spectatorPolicy="AllAllowed", tea
30
"isCustom": True,
31
}
32
lobby = self.cm.post('/lol-lobby/v2/lobby', data)
33
- print(lobby)
34
if lobby.status_code == 200:
35
self.logger.info('The lobby was created correctly')
36
else:
0 commit comments