mirror of
https://github.com/norohind/ED-livery-tracker-advanced.git
synced 2025-05-02 08:21:33 +03:00
web: remove useless now comments from old original project
This commit is contained in:
parent
8c3b6b335e
commit
46398baa9f
27
web.py
27
web.py
@ -3,25 +3,6 @@ import json
|
|||||||
import falcon
|
import falcon
|
||||||
import os
|
import os
|
||||||
|
|
||||||
"""
|
|
||||||
/leaderboard/{leaderboard_type}/platform/{platform}?[limit=<int>
|
|
||||||
&after=<timestamp (as "Timestamp UTC" column format)>&after=<timestamp (as "Timestamp UTC" column format)>]
|
|
||||||
|
|
||||||
leaderboard_type - one of
|
|
||||||
powerplay
|
|
||||||
cqc
|
|
||||||
trade
|
|
||||||
exploration
|
|
||||||
aegis
|
|
||||||
bgs
|
|
||||||
combat
|
|
||||||
|
|
||||||
platform - one of
|
|
||||||
XBOX
|
|
||||||
PS4
|
|
||||||
PC
|
|
||||||
"""
|
|
||||||
|
|
||||||
model.open_model()
|
model.open_model()
|
||||||
activity_table_html_template = """<!DOCTYPE HTML>
|
activity_table_html_template = """<!DOCTYPE HTML>
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
@ -90,14 +71,6 @@ class ActivityHtml:
|
|||||||
|
|
||||||
class ActivityDiff:
|
class ActivityDiff:
|
||||||
def on_get(self, req: falcon.request.Request, resp: falcon.response.Response, action_id: int) -> None:
|
def on_get(self, req: falcon.request.Request, resp: falcon.response.Response, action_id: int) -> None:
|
||||||
"""
|
|
||||||
Give squads tags and diff in their experience for specified action_id - 1 (smart -1)
|
|
||||||
|
|
||||||
:param action_id:
|
|
||||||
:param req:
|
|
||||||
:param resp:
|
|
||||||
:return:
|
|
||||||
"""
|
|
||||||
|
|
||||||
resp.content_type = falcon.MEDIA_JSON
|
resp.content_type = falcon.MEDIA_JSON
|
||||||
resp.text = json.dumps(model.get_diff_action_id(action_id))
|
resp.text = json.dumps(model.get_diff_action_id(action_id))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user