GameSentenceMiner 2.12.12__py3-none-any.whl → 2.12.12.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/obs.py +2 -2
- {gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/top_level.txt +0 -0
GameSentenceMiner/obs.py
CHANGED
@@ -419,8 +419,8 @@ def get_screenshot_PIL(source_name=None, compression=75, img_format='png', width
|
|
419
419
|
def update_current_game():
|
420
420
|
gsm_state.current_game = get_current_scene()
|
421
421
|
|
422
|
-
def get_current_game(sanitize=False):
|
423
|
-
if not gsm_state.current_game:
|
422
|
+
def get_current_game(sanitize=False, update=True):
|
423
|
+
if not gsm_state.current_game or update:
|
424
424
|
update_current_game()
|
425
425
|
|
426
426
|
if sanitize:
|
@@ -3,7 +3,7 @@ GameSentenceMiner/anki.py,sha256=FUwcWO0-arzfQjejQmDKP7pNNakhboo8InQ4s_jv6AY,190
|
|
3
3
|
GameSentenceMiner/config_gui.py,sha256=UCipZVAVupJeA8Kaa1tqTBsZpErNIIePJabqKh4SI7s,105693
|
4
4
|
GameSentenceMiner/gametext.py,sha256=TYlkgM5-J2o8-WCKypSUitmKq_UcjOGpsZBINiR-mWk,10875
|
5
5
|
GameSentenceMiner/gsm.py,sha256=fG_3z-l6ADtx8Au2b6u514_kCWPdwYE03_U7IVLiE3Y,26649
|
6
|
-
GameSentenceMiner/obs.py,sha256=
|
6
|
+
GameSentenceMiner/obs.py,sha256=hpFa33TSQnbOpzfucgnxp6vKqQ9AaQyLWQsdbuNYy1M,18741
|
7
7
|
GameSentenceMiner/vad.py,sha256=-Q1KtDJnT8zRFeEc4LLyAECf07YOUM15UDRrnWkuDgo,18817
|
8
8
|
GameSentenceMiner/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
GameSentenceMiner/ai/ai_prompting.py,sha256=iHkEx2pQJ-tEyejOgYy4G0DcZc8qvBugVL6-CQpPSME,26089
|
@@ -64,9 +64,9 @@ GameSentenceMiner/web/templates/index.html,sha256=Gv3CJvNnhAzIVV_QxhNq4OD-pXDt1v
|
|
64
64
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
65
65
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
66
66
|
GameSentenceMiner/wip/get_overlay_coords.py,sha256=_re9zfyuFryZAUKbMQ1LAfQBDIRUmq_1kniisN7J7xE,19793
|
67
|
-
gamesentenceminer-2.12.12.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
68
|
-
gamesentenceminer-2.12.12.dist-info/METADATA,sha256=
|
69
|
-
gamesentenceminer-2.12.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
70
|
-
gamesentenceminer-2.12.12.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
71
|
-
gamesentenceminer-2.12.12.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
72
|
-
gamesentenceminer-2.12.12.dist-info/RECORD,,
|
67
|
+
gamesentenceminer-2.12.12.post1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
68
|
+
gamesentenceminer-2.12.12.post1.dist-info/METADATA,sha256=l2y5zcBUlGvyxYtdZ33p_o_zBn8M6JuVc1s0LHvRsEI,7075
|
69
|
+
gamesentenceminer-2.12.12.post1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
70
|
+
gamesentenceminer-2.12.12.post1.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
71
|
+
gamesentenceminer-2.12.12.post1.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
72
|
+
gamesentenceminer-2.12.12.post1.dist-info/RECORD,,
|
File without changes
|
{gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/entry_points.txt
RENAMED
File without changes
|
{gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{gamesentenceminer-2.12.12.dist-info → gamesentenceminer-2.12.12.post1.dist-info}/top_level.txt
RENAMED
File without changes
|