Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cogs/timings.py
|
|
@ -51,7 +51,7 @@ class Timings(commands.Cog): |
|
|
|
timings_url = timings_url.split("#")[0] |
|
|
|
if "?id=" not in timings_url: |
|
|
|
return |
|
|
|
logging.info(timings_url) |
|
|
|
logging.info(f'Timings analyzed from {message.author} ({message.author.id}): {timings_url}') |
|
|
|
|
|
|
|
timings_host, timings_id = timings_url.split("?id=") |
|
|
|
timings_json = timings_host + "data.php?id=" + timings_id |
|
|
|