from Requests to HTTPX (Higher performance, I guess!)
This commit is contained in:
@@ -12,7 +12,6 @@ from HelperFullPlay import implFullPlayAction
|
||||
class NoSelectedBonusError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def apiQueryLoginBonus(userId:int) -> str:
|
||||
"""ログインボーナスを取得する API"""
|
||||
data = json.dumps({
|
||||
|
||||
Reference in New Issue
Block a user