GameSentenceMiner 2.9.12__py3-none-any.whl → 2.9.13__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/gsm_utils.py +2 -3
- {gamesentenceminer-2.9.12.dist-info → gamesentenceminer-2.9.13.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.9.12.dist-info → gamesentenceminer-2.9.13.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.9.12.dist-info → gamesentenceminer-2.9.13.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.9.12.dist-info → gamesentenceminer-2.9.13.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.9.12.dist-info → gamesentenceminer-2.9.13.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.9.12.dist-info → gamesentenceminer-2.9.13.dist-info}/top_level.txt +0 -0
@@ -21,11 +21,10 @@ def run_new_thread(func):
|
|
21
21
|
thread.start()
|
22
22
|
return thread
|
23
23
|
|
24
|
-
|
25
24
|
def make_unique_file_name(path):
|
26
25
|
path = Path(path)
|
27
26
|
current_time = datetime.now().strftime('%Y-%m-%d-%H-%M-%S-%f')[:-3]
|
28
|
-
return f"{path.stem}_{current_time}{path.suffix}"
|
27
|
+
return str(path.parent / f"{path.stem}_{current_time}{path.suffix}")
|
29
28
|
|
30
29
|
def sanitize_filename(filename):
|
31
30
|
return re.sub(r'[ <>:"/\\|?*\x00-\x1F]', '', filename)
|
@@ -249,4 +248,4 @@ os.makedirs(os.path.dirname(TEXT_REPLACEMENTS_FILE), exist_ok=True)
|
|
249
248
|
# with open(OCR_REPLACEMENTS_FILE, 'w', encoding='utf-8') as f:
|
250
249
|
# f.write(data)
|
251
250
|
# except Exception as e:
|
252
|
-
# logger.error(f"Failed to fetch JSON from {url}: {e}")
|
251
|
+
# logger.error(f"Failed to fetch JSON from {url}: {e}")
|
@@ -31,7 +31,7 @@ GameSentenceMiner/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
31
31
|
GameSentenceMiner/util/configuration.py,sha256=5YJSKelIpBTK7ggpGUERf17xVwH8Hy9GzvJ12eP8kHs,26095
|
32
32
|
GameSentenceMiner/util/electron_config.py,sha256=3VmIrcXhC-wIMMc4uqV85NrNenRl4ZUbnQfSjWEwuig,9852
|
33
33
|
GameSentenceMiner/util/ffmpeg.py,sha256=daItJprEqi5PQe-aFb836rls3tBHNqIQKz61vlJK07M,19276
|
34
|
-
GameSentenceMiner/util/gsm_utils.py,sha256=
|
34
|
+
GameSentenceMiner/util/gsm_utils.py,sha256=Z_Lu4jSIfUaM2VljIJXQkSJD0UsyJ5hMB46H2NS0gZo,8819
|
35
35
|
GameSentenceMiner/util/model.py,sha256=iDtLTfR6D-ZC0gCiDqYno6-gA6Z07PZTM4B5MAA6xZI,5704
|
36
36
|
GameSentenceMiner/util/notification.py,sha256=hAUKWWDB4F_9exQhgiajfP5DT8u464RowsJGmBVRN_E,3882
|
37
37
|
GameSentenceMiner/util/package.py,sha256=u1ym5z869lw5EHvIviC9h9uH97bzUXSXXA8KIn8rUvk,1157
|
@@ -59,9 +59,9 @@ GameSentenceMiner/web/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
59
59
|
GameSentenceMiner/web/templates/index.html,sha256=HZKiIjiGJV8PGQ9T2aLDUNSfJn71qOwbYCjbRuSIjpY,213583
|
60
60
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
61
61
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
62
|
-
gamesentenceminer-2.9.
|
63
|
-
gamesentenceminer-2.9.
|
64
|
-
gamesentenceminer-2.9.
|
65
|
-
gamesentenceminer-2.9.
|
66
|
-
gamesentenceminer-2.9.
|
67
|
-
gamesentenceminer-2.9.
|
62
|
+
gamesentenceminer-2.9.13.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
63
|
+
gamesentenceminer-2.9.13.dist-info/METADATA,sha256=WyTR-3EvQ2p5mbGLJNGqHTMCeg3hP2mS240XdHrjcK4,7221
|
64
|
+
gamesentenceminer-2.9.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
65
|
+
gamesentenceminer-2.9.13.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
66
|
+
gamesentenceminer-2.9.13.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
67
|
+
gamesentenceminer-2.9.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|