NULL
This commit is contained in:
parent
750faadf1b
commit
a56fc45b60
@ -86,7 +86,7 @@ async def register(ctx, *args):
|
||||
try:
|
||||
league_name = requests.get(f"{target.URL}/players/{name}").json()
|
||||
except json.decoder.JSONDecodeError:
|
||||
league_name = None
|
||||
league_name = "null"
|
||||
print(league_name)
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user