up
This commit is contained in:
parent
446c882233
commit
c9355eb603
@ -4,7 +4,6 @@ from json import dumps, loads
|
||||
global url_pre
|
||||
url_pre = 'https://cdm-api.del.pw/'
|
||||
|
||||
|
||||
def call(api_url, data, pre=True, fix=True):
|
||||
if pre:
|
||||
response = post(url_pre + api_url, data=dumps(data))
|
||||
|
Loading…
Reference in New Issue
Block a user