ChecksFinder Client refactored to import CommonClient components.

This commit is contained in:
CaitSith2
2022-06-13 04:52:49 -07:00
committed by Fabian Dill
parent e5a1052089
commit 2a5c128267
2 changed files with 56 additions and 565 deletions

View File

@@ -452,13 +452,6 @@ class GameManager(App):
self.energy_link_label.text = f"EL: {Utils.format_SI_prefix(self.ctx.current_energy_link_value)}J"
class ChecksFinderManager(GameManager):
logging_pairs = [
("Client", "Archipelago")
]
base_title = "Archipelago ChecksFinder Client"
class LogtoUI(logging.Handler):
def __init__(self, on_log):
super(LogtoUI, self).__init__(logging.INFO)