GameSentenceMiner 2.9.26__py3-none-any.whl → 2.9.27__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/gsm.py +1 -1
- {gamesentenceminer-2.9.26.dist-info → gamesentenceminer-2.9.27.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.9.26.dist-info → gamesentenceminer-2.9.27.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.9.26.dist-info → gamesentenceminer-2.9.27.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.9.26.dist-info → gamesentenceminer-2.9.27.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.9.26.dist-info → gamesentenceminer-2.9.27.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.9.26.dist-info → gamesentenceminer-2.9.27.dist-info}/top_level.txt +0 -0
GameSentenceMiner/gsm.py
CHANGED
@@ -465,7 +465,7 @@ def initialize(reloading=False):
|
|
465
465
|
download_obs_if_needed()
|
466
466
|
download_ffmpeg_if_needed()
|
467
467
|
if shutil.which("ffmpeg") is None:
|
468
|
-
os.environ["PATH"] += os.pathsep + get_ffmpeg_path()
|
468
|
+
os.environ["PATH"] += os.pathsep + os.path.dirname(get_ffmpeg_path())
|
469
469
|
if get_config().obs.enabled:
|
470
470
|
if get_config().obs.open_obs:
|
471
471
|
obs_process = obs.start_obs()
|
@@ -2,7 +2,7 @@ GameSentenceMiner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
2
2
|
GameSentenceMiner/anki.py,sha256=hNHBIoJRrsWIhLe0sehOYPXTWzPREeXl4gYCPHUCaiE,16331
|
3
3
|
GameSentenceMiner/config_gui.py,sha256=xQXFrDfsjbWxuX0PwGn2jjv0mfRZEZ_MdUU3iMASiB4,84788
|
4
4
|
GameSentenceMiner/gametext.py,sha256=nAwGMQSrmc6sUAw-OAURK2n6MG5Ecm6psJ7YF9q5KTA,6623
|
5
|
-
GameSentenceMiner/gsm.py,sha256=
|
5
|
+
GameSentenceMiner/gsm.py,sha256=4m_M_Y-2SVC05CQh8YbMUSw-vu2sBpn6o7bckIV0BQE,24184
|
6
6
|
GameSentenceMiner/obs.py,sha256=YG8LwBf9BTsGbROm_Uq6LhFDSrbf3jgogp78rBbJq94,14728
|
7
7
|
GameSentenceMiner/vad.py,sha256=PATjcvpxkieaujDtqHBaVyRMkStWbphqmkfBPJeDuOE,16678
|
8
8
|
GameSentenceMiner/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -61,9 +61,9 @@ GameSentenceMiner/web/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
61
61
|
GameSentenceMiner/web/templates/index.html,sha256=HZKiIjiGJV8PGQ9T2aLDUNSfJn71qOwbYCjbRuSIjpY,213583
|
62
62
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
63
63
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
64
|
-
gamesentenceminer-2.9.
|
65
|
-
gamesentenceminer-2.9.
|
66
|
-
gamesentenceminer-2.9.
|
67
|
-
gamesentenceminer-2.9.
|
68
|
-
gamesentenceminer-2.9.
|
69
|
-
gamesentenceminer-2.9.
|
64
|
+
gamesentenceminer-2.9.27.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
65
|
+
gamesentenceminer-2.9.27.dist-info/METADATA,sha256=fnFJyVRUiOOeSFqYOIHA11TC-fS6HcUsHr6_lKKbV-Q,7276
|
66
|
+
gamesentenceminer-2.9.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
67
|
+
gamesentenceminer-2.9.27.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
68
|
+
gamesentenceminer-2.9.27.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
69
|
+
gamesentenceminer-2.9.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|