GameSentenceMiner 2.18.10__py3-none-any.whl → 2.18.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of GameSentenceMiner might be problematic. Click here for more details.
- GameSentenceMiner/web/texthooking_page.py +1 -1
- {gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/top_level.txt +0 -0
|
@@ -218,7 +218,7 @@ def translate_line():
|
|
|
218
218
|
if event_id is None:
|
|
219
219
|
return jsonify({'error': 'Missing id'}), 400
|
|
220
220
|
|
|
221
|
-
if not get_config().
|
|
221
|
+
if not get_config().ai.is_configured():
|
|
222
222
|
return jsonify({'error': 'AI translation is not properly configured. Please check your settings in the "AI" Tab.'}), 400
|
|
223
223
|
line = get_line_by_id(event_id)
|
|
224
224
|
if line is None:
|
|
@@ -66,7 +66,7 @@ GameSentenceMiner/web/events.py,sha256=6Vyz5c9MdpMIa7Zqljqhap2XFQnAVYJ0CdQV64TSZ
|
|
|
66
66
|
GameSentenceMiner/web/gsm_websocket.py,sha256=B0VKpxmsRu0WRh5nFWlpDPBQ6-K2ed7TEIa0O6YWeoo,4166
|
|
67
67
|
GameSentenceMiner/web/service.py,sha256=6cgUmDgtp3ZKzuPFszowjPoq-BDtC1bS3ux6sykeaqo,6662
|
|
68
68
|
GameSentenceMiner/web/stats.py,sha256=zIK0ZzyInvvlJh87KhAKYl2CCuMJWW6Wyv7UssURFbE,22366
|
|
69
|
-
GameSentenceMiner/web/texthooking_page.py,sha256=
|
|
69
|
+
GameSentenceMiner/web/texthooking_page.py,sha256=fyMz74cfv4qPlA29UVJH0YhsuXtUL2aTEWNh4PwVaP4,15876
|
|
70
70
|
GameSentenceMiner/web/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
71
|
GameSentenceMiner/web/static/apple-touch-icon.png,sha256=OcMI8af_68DA_tweOsQ5LytTyMwm7-hPW07IfrOVgEs,46132
|
|
72
72
|
GameSentenceMiner/web/static/favicon-96x96.png,sha256=lOePzjiKl1JY2J1kT_PMdyEnrlJmi5GWbmXJunM12B4,16502
|
|
@@ -126,9 +126,9 @@ GameSentenceMiner/web/templates/components/kanji_grid/thousand_character_classic
|
|
|
126
126
|
GameSentenceMiner/web/templates/components/kanji_grid/wanikani_levels.json,sha256=8wjnnaYQqmho6t5tMxrIAc03512A2tYhQh5dfsQnfAM,11372
|
|
127
127
|
GameSentenceMiner/web/templates/components/kanji_grid/words_hk_frequency_list.json,sha256=wRkqZNPzz6DT9OTPHpXwfqW96Qb96stCQNNgOL-ZdKk,17535
|
|
128
128
|
GameSentenceMiner/wip/__init___.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
129
|
-
gamesentenceminer-2.18.
|
|
130
|
-
gamesentenceminer-2.18.
|
|
131
|
-
gamesentenceminer-2.18.
|
|
132
|
-
gamesentenceminer-2.18.
|
|
133
|
-
gamesentenceminer-2.18.
|
|
134
|
-
gamesentenceminer-2.18.
|
|
129
|
+
gamesentenceminer-2.18.11.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
130
|
+
gamesentenceminer-2.18.11.dist-info/METADATA,sha256=x2IbmM6IgBD1ASP88yxHCsXhaweR2ZFrs8r6ZnVnICk,7488
|
|
131
|
+
gamesentenceminer-2.18.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
132
|
+
gamesentenceminer-2.18.11.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
|
133
|
+
gamesentenceminer-2.18.11.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
|
134
|
+
gamesentenceminer-2.18.11.dist-info/RECORD,,
|
|
File without changes
|
{gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{gamesentenceminer-2.18.10.dist-info → gamesentenceminer-2.18.11.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|