parent
8233183210
commit
2ffa623877
|
@ -42,7 +42,6 @@ class LeaderGetCacheAPI(Resource):
|
||||||
|
|
||||||
def post(self):
|
def post(self):
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
print(data)
|
|
||||||
# Pylance error seems to be fine, no problems I guess
|
# Pylance error seems to be fine, no problems I guess
|
||||||
gamemap = data['map']
|
gamemap = data['map']
|
||||||
dbcon = sqlite3.connect("leaderboard.db")
|
dbcon = sqlite3.connect("leaderboard.db")
|
||||||
|
|
Loading…
Reference in New Issue