From 8ec9f68131ff3ff6f3dab3af5f27fa25e6d66f45 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 2 Jan 2020 00:55:55 +0100 Subject: Adjustments to the result info client model to make it usable with PyInstaller --- jfr_playoff/data/match/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'jfr_playoff/data/match/__init__.py') diff --git a/jfr_playoff/data/match/__init__.py b/jfr_playoff/data/match/__init__.py index 6137078..b397be6 100644 --- a/jfr_playoff/data/match/__init__.py +++ b/jfr_playoff/data/match/__init__.py @@ -13,3 +13,10 @@ class MatchInfoClient(ResultInfoClient): def running_link(self): raise NotImplementedError + + +CLIENTS = [ + 'jfr_playoff.data.match.jfrdb', + 'jfr_playoff.data.match.jfrhtml', + 'jfr_playoff.data.match.tcjson' +] -- cgit v1.2.3