mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 12:17:28 +08:00
clean up index.py
This commit is contained in:
@@ -24,10 +24,10 @@ class DivaBase():
|
||||
self.time_lut=parse.quote(dt.strftime("%Y-%m-%d %H:%M:%S:16.0"))
|
||||
|
||||
def handle_test_request(self, data: bytes) -> str:
|
||||
return ""
|
||||
pass
|
||||
|
||||
def handle_game_init_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_attend_request(self, data: bytes) -> str:
|
||||
encoded = "&"
|
||||
@@ -296,40 +296,40 @@ class DivaBase():
|
||||
return ( response )
|
||||
|
||||
def handle_nv_ranking_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_ps_ranking_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_ng_word_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_rmt_wp_list_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_pv_def_chr_list_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_pv_ng_mdl_list_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_cstmz_itm_ng_mdl_lst_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_banner_info_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_banner_data_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_cm_ply_info_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_pstd_h_ctrl_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_pstd_item_ng_lst_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_pre_start_request(self, data: bytes) -> str:
|
||||
req = PreStartRequest(data)
|
||||
@@ -440,7 +440,7 @@ class DivaBase():
|
||||
return ( response )
|
||||
|
||||
def handle_pd_unlock_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_spend_credit_request(self, data: bytes) -> str:
|
||||
profile = self.data.profile.get_profile(data["pd_id"], self.version)
|
||||
@@ -552,7 +552,7 @@ class DivaBase():
|
||||
return ( response )
|
||||
|
||||
def handle_stage_start_request(self, data: bytes) -> str:
|
||||
return ( f'' )
|
||||
pass
|
||||
|
||||
def handle_stage_result_request(self, data: bytes) -> str:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user