GameSentenceMiner 2.9.14__py3-none-any.whl → 2.9.15__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.
@@ -232,7 +232,7 @@ class Advanced:
232
232
  ocr_sends_to_clipboard: bool = True
233
233
  ocr_websocket_port: int = 9002
234
234
  texthooker_communication_websocket_port: int = 55001
235
- use_anki_note_creation_time: bool = False
235
+ use_anki_note_creation_time: bool = True
236
236
 
237
237
  @dataclass_json
238
238
  @dataclass
@@ -634,7 +634,7 @@ logger.addHandler(console_handler)
634
634
  # Create rotating file handler with level DEBUG
635
635
  file_path = get_log_path()
636
636
  if os.path.exists(file_path) and os.path.getsize(file_path) > 10 * 1024 * 1024:
637
- shutil.move(os.path.join(file_path, "gamesentenceminer.log"), os.path.join(file_path, "gamesentenceminer_old.log"))
637
+ shutil.move(file_path, os.path.join(os.path.dirname(file_path), "gamesentenceminer_old.log"))
638
638
 
639
639
  file_handler = logging.FileHandler(file_path, encoding='utf-8')
640
640
  file_handler.setLevel(logging.DEBUG)
@@ -656,5 +656,6 @@ class GsmAppState:
656
656
  self.lock = threading.Lock()
657
657
  self.last_mined_line = None
658
658
  self.keep_running = True
659
+ self.current_game = ''
659
660
 
660
661
  gsm_state = GsmAppState()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GameSentenceMiner
3
- Version: 2.9.14
3
+ Version: 2.9.15
4
4
  Summary: A tool for mining sentences from games.
5
5
  Author-email: Beangate <bpwhelan95@gmail.com>
6
6
  License: MIT License
@@ -28,7 +28,7 @@ GameSentenceMiner/owocr/owocr/ocr.py,sha256=vZR3du1fGg5-3cmPvYKTO4PFk7Lxyf6-BrIy
28
28
  GameSentenceMiner/owocr/owocr/run.py,sha256=U6VIfCvsNPADG3twhp4SQVX1xhihSAGGrBnQj2x0C2c,54964
29
29
  GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py,sha256=Na6XStbQBtpQUSdbN3QhEswtKuU1JjReFk_K8t5ezQE,3395
30
30
  GameSentenceMiner/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- GameSentenceMiner/util/configuration.py,sha256=5YJSKelIpBTK7ggpGUERf17xVwH8Hy9GzvJ12eP8kHs,26095
31
+ GameSentenceMiner/util/configuration.py,sha256=YcAqr2LeCU__CRMf-440VsnNjSeO6EKVgtTpuaQ3WKE,26103
32
32
  GameSentenceMiner/util/electron_config.py,sha256=3VmIrcXhC-wIMMc4uqV85NrNenRl4ZUbnQfSjWEwuig,9852
33
33
  GameSentenceMiner/util/ffmpeg.py,sha256=daItJprEqi5PQe-aFb836rls3tBHNqIQKz61vlJK07M,19276
34
34
  GameSentenceMiner/util/gsm_utils.py,sha256=Z_Lu4jSIfUaM2VljIJXQkSJD0UsyJ5hMB46H2NS0gZo,8819
@@ -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.14.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
63
- gamesentenceminer-2.9.14.dist-info/METADATA,sha256=H-FYTe-rnsAEphGMvv9OJthUnHzJPt9kSSHF924m98Y,7221
64
- gamesentenceminer-2.9.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
- gamesentenceminer-2.9.14.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
66
- gamesentenceminer-2.9.14.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
67
- gamesentenceminer-2.9.14.dist-info/RECORD,,
62
+ gamesentenceminer-2.9.15.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
63
+ gamesentenceminer-2.9.15.dist-info/METADATA,sha256=HlrNtUp1F67fRbWDmJ2CyBLjdWtAO_jUdO7cBToDeDM,7221
64
+ gamesentenceminer-2.9.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
+ gamesentenceminer-2.9.15.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
66
+ gamesentenceminer-2.9.15.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
67
+ gamesentenceminer-2.9.15.dist-info/RECORD,,