forked from Hay1tsme/artemis
Per-version URI/Host (#66)
Allows setting allnet uri/host response based on things like version, config files, and other factors to accommodate a wider range of potential setups under the same roof. This DOES require all titles to adopt a new structure but it's documented and should hopefully be somewhat intuitive. Co-authored-by: Hay1tsme <kevin@hay1ts.me> Reviewed-on: Hay1tsme/artemis#66 Co-authored-by: Kevin Trocolli <pitok236@gmail.com> Co-committed-by: Kevin Trocolli <pitok236@gmail.com>
This commit is contained in:
@ -525,9 +525,6 @@ class SaoGetHeroLogUserDataListResponse(SaoBaseResponse):
|
||||
self.last_set_skill_slot4_skill_id.append(hero_data[i][10])
|
||||
self.last_set_skill_slot5_skill_id.append(hero_data[i][11])
|
||||
|
||||
#print(self.user_hero_log_id)
|
||||
#print(list(map(str,self.user_hero_log_id)))
|
||||
|
||||
# hero_log_user_data_list
|
||||
self.user_hero_log_id = list(map(str,self.user_hero_log_id)) #str
|
||||
self.hero_log_id = list(map(int,self.user_hero_log_id)) #int
|
||||
|
Reference in New Issue
Block a user