From 0ea06034d1734a4b6ec1a7e821718df989cce33b Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 16 Jul 2019 19:50:06 +0800 Subject: [PATCH] revome gameid from localtion --- handler/location.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/location.py b/handler/location.py index 41830a0..7e9619d 100644 --- a/handler/location.py +++ b/handler/location.py @@ -32,6 +32,7 @@ class Location(Resource): return jsonify({'code': 500}) all_data = [] log.debug(f"get data from localtion was {data}") + pdb.set_trace() if data: for line in data: if line: