freemt
commited on
Commit
·
73a86b6
1
Parent(s):
9f4179f
Update taking debee offline
Browse files- litbee/fetch_upload.py +2 -1
litbee/fetch_upload.py
CHANGED
@@ -158,7 +158,8 @@ def fetch_upload():
|
|
158 |
logger.debug("list2[:3]: %s", list2[:3])
|
159 |
|
160 |
logger.info("Processing data... %s", state.ns.beetype)
|
161 |
-
if state.ns.beetype in ["ezbee", "dzbee", "debee"]:
|
|
|
162 |
# bug in json_de2zh.gen_cmat for dzbee and
|
163 |
# fast_scores.gen_cmat for ezbee
|
164 |
# temp fix:
|
|
|
158 |
logger.debug("list2[:3]: %s", list2[:3])
|
159 |
|
160 |
logger.info("Processing data... %s", state.ns.beetype)
|
161 |
+
# if state.ns.beetype in ["ezbee", "dzbee", "debee"]:
|
162 |
+
if state.ns.beetype in ["ezbee", "dzbee"]:
|
163 |
# bug in json_de2zh.gen_cmat for dzbee and
|
164 |
# fast_scores.gen_cmat for ezbee
|
165 |
# temp fix:
|