neelthee-mansion 3.23.8__py3-none-any.whl → 3.23.9__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
neelthee_mansion/utils.py CHANGED
@@ -51,7 +51,7 @@ These utilities aim to simplify development processes, promote code reuse, and i
51
51
  def add_text_to_textbox(text_area: scrolledtext.ScrolledText, text, newline=True):
52
52
  # Enable the text box to insert text
53
53
  text_area.config(state=tk.NORMAL)
54
- text_area.insert(tk.END, text + "\n" if newline else "")
54
+ text_area.insert(tk.END, text + ("\n" if newline else ""))
55
55
  text_area.see(tk.END)
56
56
  text_area.update_idletasks()
57
57
  # Set the text box back to read-only
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee-mansion
3
- Version: 3.23.8
3
+ Version: 3.23.9
4
4
  Summary: A text-based adventure game set in Neel-thee’s mansion.
5
5
  Home-page: https://github.com/Flameblade375/neelthee_mansion
6
6
  Author: Alexander.E.F
@@ -7,10 +7,10 @@ neelthee_mansion/__main__.py,sha256=OIAWZ04le70DyjtR4hlmK9csHej7EHxeUrMoNnM-Vjc,
7
7
  neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts0Qclo,351
8
8
  neelthee_mansion/creatures.py,sha256=XdRM5DJSnjAKXn4QskXKBf_YGvov26fX3XU1E2ww0zg,19722
9
9
  neelthee_mansion/items.py,sha256=aGEkNUROf4WuLdsmoFYD-0BbJ984SODt73-8-_F1Z9Y,6672
10
- neelthee_mansion/utils.py,sha256=uTBmCWz1TRLpKSwAJHlcN_pJZDMvYdLVyUfkTV0gFdw,14225
11
- neelthee_mansion-3.23.8.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
12
- neelthee_mansion-3.23.8.dist-info/METADATA,sha256=ZGsFA5JYnG03ub4ICUEUMHK8pGviZZlK9CWNyxrGoG0,1756
13
- neelthee_mansion-3.23.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
14
- neelthee_mansion-3.23.8.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
15
- neelthee_mansion-3.23.8.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
16
- neelthee_mansion-3.23.8.dist-info/RECORD,,
10
+ neelthee_mansion/utils.py,sha256=9A1fDF6qCBkI5wzAat6rEiMlyICT7XFHUCx3lJpw5Q4,14227
11
+ neelthee_mansion-3.23.9.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
12
+ neelthee_mansion-3.23.9.dist-info/METADATA,sha256=HDvk7OsNvUgaQb4TJQh0FGc-clC4TXLZo69_lUeXbMY,1756
13
+ neelthee_mansion-3.23.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
14
+ neelthee_mansion-3.23.9.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
15
+ neelthee_mansion-3.23.9.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
16
+ neelthee_mansion-3.23.9.dist-info/RECORD,,