mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
editor/server/share: fix popping fields does not exist
This commit is contained in:
@@ -100,9 +100,9 @@ def get(name: str):
|
||||
else:
|
||||
return abort(404)
|
||||
params: dict = item.params
|
||||
params.pop('time')
|
||||
params.pop('ray_id')
|
||||
params.pop('client_ip')
|
||||
params.pop('time', None)
|
||||
params.pop('ray_id', None)
|
||||
params.pop('client_ip', None)
|
||||
|
||||
if is_json:
|
||||
return jsonify({
|
||||
|
||||
Reference in New Issue
Block a user