Reformat code using PyCharm

This commit is contained in:
Aymane Hrouch
2023-04-27 15:43:59 +01:00
parent 86e0fbe556
commit f1594cfdde
33 changed files with 675 additions and 666 deletions

View File

@@ -1,7 +1,8 @@
# Import necessary libraries
from requests import get
from os import urandom
from json import loads
from os import urandom
from requests import get
# Generate a random session ID
sessionId = urandom(10).hex()