Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Dec 31, 2023
1 parent 3124aa6 commit 0487170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CloudFlare/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def build_curl(method, url, headers, params, data_str, data_json, files):
msg.append(' --data \'%s\' \\' % (str(data_str).replace('\n', ' ')))
# data_json
if data_json is not None:
print('===', type(data_json), len(data_json))
try:
s = json.dumps(data_json)
except:
Expand Down

0 comments on commit 0487170

Please sign in to comment.