revome gameid from localtion
This commit is contained in:
parent
e591576760
commit
0ea06034d1
@ -32,6 +32,7 @@ class Location(Resource):
|
|||||||
return jsonify({'code': 500})
|
return jsonify({'code': 500})
|
||||||
all_data = []
|
all_data = []
|
||||||
log.debug(f"get data from localtion was {data}")
|
log.debug(f"get data from localtion was {data}")
|
||||||
|
pdb.set_trace()
|
||||||
if data:
|
if data:
|
||||||
for line in data:
|
for line in data:
|
||||||
if line:
|
if line:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user