bcsfe-wrapper-python 0.1.13__py3-none-any.whl → 0.1.14__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.
bcsfe_wrapper/wrapper.py CHANGED
@@ -26,7 +26,14 @@ class BCSFEWrapper:
26
26
  core.set_log_path(data_folder.add("log.txt"))
27
27
  core.core_data.init_data()
28
28
  core.core_data.config.set(core.ConfigKey.STRICT_UPGRADE, False)
29
- core.core_data.config.set(core.ConfigKey.UPDATE_TO_BETAS, False)
29
+ try:
30
+ core.core_data.config.set(core.ConfigKey.UPDATE_TO_BETAS, False)
31
+ except AttributeError:
32
+ # 最新バージョンではUPDATE_TO_BETAに変更されている可能性がある
33
+ try:
34
+ core.core_data.config.set(core.ConfigKey.UPDATE_TO_BETA, False)
35
+ except (AttributeError, ValueError):
36
+ pass
30
37
  core.print_config_err = False
31
38
 
32
39
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcsfe-wrapper-python
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: A Python wrapper for BCSFE-Python to easily interact with Battle Cats save files.
5
5
  Home-page: https://github.com/fieryhenry/BCSFE-Python
6
6
  Author: Manus AI
@@ -1,5 +1,5 @@
1
1
  bcsfe_wrapper/__init__.py,sha256=o2LbyVJjuRV1gap8wDbsv39kEUJM1rt8Lq49u1RYYXA,268
2
- bcsfe_wrapper/wrapper.py,sha256=1drmazIk7EoFs6jY7Bwim3YMJr3LlPWZdcBxv-LqZdU,9414
2
+ bcsfe_wrapper/wrapper.py,sha256=1h0xNylAdNTdwVHjtTxHrz7gDT10BcpVQAhm0e8axcQ,9727
3
3
  bcsfe_wrapper/bcsfe/__init__.py,sha256=vCHjSoJq5u684HLQXahhtA64MZWffNHFdhweP7RM0f4,144
4
4
  bcsfe_wrapper/bcsfe/__main__.py,sha256=Dam14Fv6L-tRRufIkIRpr69dM0b2ybU1eALJxIw_eFI,2091
5
5
  bcsfe_wrapper/bcsfe/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -198,7 +198,7 @@ bcsfe_wrapper/bcsfe/files/locales/vi/edits/treasures.properties,sha256=U9uKsF4y0
198
198
  bcsfe_wrapper/bcsfe/files/locales/vi/edits/user_rank.properties,sha256=FcldhzKM0UmuhmGzI3dGzxstuKcw-t-gkbmKLZT4VKg,603
199
199
  bcsfe_wrapper/bcsfe/files/themes/default.json,sha256=w8eqqd9ATIFwUcvOWTdJjyd1T3LGgUm3iVkJhT5wfEo,392
200
200
  bcsfe_wrapper/bcsfe/files/themes/discord.json,sha256=W1dtEev6tap_waHOxvSqENDcMRA9jfBvjW7t-ssdGs4,370
201
- bcsfe_wrapper_python-0.1.13.dist-info/METADATA,sha256=8yJxJbtfS66VABuyJwqBUSOMofW34oAycq623rMI_rw,4327
202
- bcsfe_wrapper_python-0.1.13.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
203
- bcsfe_wrapper_python-0.1.13.dist-info/top_level.txt,sha256=kqyMKpAdNg39_kGGtqsxOSLPIb-qx7R1mQj1hReUsYM,14
204
- bcsfe_wrapper_python-0.1.13.dist-info/RECORD,,
201
+ bcsfe_wrapper_python-0.1.14.dist-info/METADATA,sha256=MAzwxSA81C5kpS_hgEjlB84Jf_Q1XsHdF_QEytwr5IA,4327
202
+ bcsfe_wrapper_python-0.1.14.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
203
+ bcsfe_wrapper_python-0.1.14.dist-info/top_level.txt,sha256=kqyMKpAdNg39_kGGtqsxOSLPIb-qx7R1mQj1hReUsYM,14
204
+ bcsfe_wrapper_python-0.1.14.dist-info/RECORD,,