GameSentenceMiner 2.13.2__py3-none-any.whl → 2.13.2.post1__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.
- GameSentenceMiner/util/configuration.py +1 -1
- GameSentenceMiner/util/notification.py +7 -0
- {gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/RECORD +8 -8
- {gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/top_level.txt +0 -0
@@ -689,7 +689,7 @@ class Config:
|
|
689
689
|
configs: Dict[str, ProfileConfig] = field(default_factory=dict)
|
690
690
|
current_profile: str = DEFAULT_CONFIG
|
691
691
|
switch_to_default_if_not_found: bool = True
|
692
|
-
locale: Locale = Locale.English
|
692
|
+
locale: Locale = Locale.English.value
|
693
693
|
|
694
694
|
@classmethod
|
695
695
|
def new(cls):
|
@@ -138,3 +138,10 @@ def send_error_no_anki_update():
|
|
138
138
|
message=f"Anki Card not updated, Check Console for Reason!",
|
139
139
|
timeout=5 # Notification disappears after 5 seconds
|
140
140
|
)
|
141
|
+
|
142
|
+
def send_error_notification(message):
|
143
|
+
send_notification(
|
144
|
+
title="Error",
|
145
|
+
message=message,
|
146
|
+
timeout=5 # Notification disappears after 5 seconds
|
147
|
+
)
|
@@ -33,12 +33,12 @@ GameSentenceMiner/owocr/owocr/run.py,sha256=We3832iAXXSoJnjlTrI72jhUuMoxRQ_lbaz4
|
|
33
33
|
GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py,sha256=Na6XStbQBtpQUSdbN3QhEswtKuU1JjReFk_K8t5ezQE,3395
|
34
34
|
GameSentenceMiner/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
35
|
GameSentenceMiner/util/audio_offset_selector.py,sha256=8Stk3BP-XVIuzRv9nl9Eqd2D-1yD3JrgU-CamBywJmY,8542
|
36
|
-
GameSentenceMiner/util/configuration.py,sha256=
|
36
|
+
GameSentenceMiner/util/configuration.py,sha256=DWqwhEaCUoTYZiahAK151Upagw8maxRLsKIwemJ2ssg,37337
|
37
37
|
GameSentenceMiner/util/electron_config.py,sha256=8LZwl-T_uF5z_ig-IZcm9QI-VKaD7zaHX9u6MaLYuo4,8648
|
38
38
|
GameSentenceMiner/util/ffmpeg.py,sha256=t0tflxq170n8PZKkdw8fTZIUQfXD0p_qARa9JTdhBTc,21530
|
39
39
|
GameSentenceMiner/util/gsm_utils.py,sha256=iRyLVcodMptRhkCzLf3hyqc6_RCktXnwApi6mLju6oQ,11565
|
40
40
|
GameSentenceMiner/util/model.py,sha256=hmA_seopP2bK40v9T4ulua9TrAeWtbkdCv-sTBPBQDk,6660
|
41
|
-
GameSentenceMiner/util/notification.py,sha256
|
41
|
+
GameSentenceMiner/util/notification.py,sha256=-qk3kTKEERzmMxx5XMh084HCyFmbfqz0XjY1hTKhCeQ,4202
|
42
42
|
GameSentenceMiner/util/package.py,sha256=u1ym5z869lw5EHvIviC9h9uH97bzUXSXXA8KIn8rUvk,1157
|
43
43
|
GameSentenceMiner/util/ss_selector.py,sha256=cbjMxiKOCuOfbRvLR_PCRlykBrGtm1LXd6u5czPqkmc,4793
|
44
44
|
GameSentenceMiner/util/text_log.py,sha256=38b5Qrluev2zTxoKZ1BS06DBsoycZQ5HB0YYGeFF1Q4,6290
|
@@ -67,9 +67,9 @@ GameSentenceMiner/web/templates/index.html,sha256=Gv3CJvNnhAzIVV_QxhNq4OD-pXDt1v
|
|
67
67
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
68
68
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
69
69
|
GameSentenceMiner/wip/get_overlay_coords.py,sha256=nJRytHJwUBToXeAIkf45HP7Yv42YO-ILbP5h8GVeE2Q,19791
|
70
|
-
gamesentenceminer-2.13.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
71
|
-
gamesentenceminer-2.13.2.dist-info/METADATA,sha256
|
72
|
-
gamesentenceminer-2.13.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
73
|
-
gamesentenceminer-2.13.2.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
74
|
-
gamesentenceminer-2.13.2.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
75
|
-
gamesentenceminer-2.13.2.dist-info/RECORD,,
|
70
|
+
gamesentenceminer-2.13.2.post1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
71
|
+
gamesentenceminer-2.13.2.post1.dist-info/METADATA,sha256=t-wpT__ssyHDXJyi_vwN0U_UvYKRp4pg0BRa9yBfgPg,1469
|
72
|
+
gamesentenceminer-2.13.2.post1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
73
|
+
gamesentenceminer-2.13.2.post1.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
74
|
+
gamesentenceminer-2.13.2.post1.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
75
|
+
gamesentenceminer-2.13.2.post1.dist-info/RECORD,,
|
File without changes
|
{gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/entry_points.txt
RENAMED
File without changes
|
{gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{gamesentenceminer-2.13.2.dist-info → gamesentenceminer-2.13.2.post1.dist-info}/top_level.txt
RENAMED
File without changes
|