hungerlib 4.23.dev7__py3-none-any.whl → 4.23.dev8__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.
@@ -69,8 +69,11 @@ class MinecraftServer(GenericServer):
69
69
  There are 0 of a max of 20 players online:
70
70
  '''
71
71
  try:
72
- output = self.bridge.runCommand('list', show_console=True, silent=False, normalize=False)
73
- print("RAW OUTPUT:", repr(output))
72
+ raw = self.bridge.runCommand('list', show_console=True, silent=False, normalize=False)
73
+ print("RAW OUTPUT:", repr(raw))
74
+
75
+ output = self.bridge.runCommand('list', show_console=False, silent=False, normalize=True)
76
+ print("NORMALIZED OUTPUT:", repr(output))
74
77
  except Exception:
75
78
  return 0
76
79
  if not output:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hungerlib
3
- Version: 4.23.dev7
3
+ Version: 4.23.dev8
4
4
  Summary: Powerful automation library for Pterodactyl.
5
5
  Author: iFamished
6
6
  License: MIT
@@ -13,13 +13,13 @@ hungerlib/api/schedule.py,sha256=bI-bqqzisXjIPmIgpDaBkMt8nv0ZF_8DHD_IztooNsg,832
13
13
  hungerlib/api/startup.py,sha256=9IBypTPJPvkyZLmd2doZdrHRJ7Knu0rxnq374FvD4wU,415
14
14
  hungerlib/servers/__init__.py,sha256=PRXPOObeXZ7YYPJ0hdRsnoOntIFTKfOxd7BbhAB3u5I,132
15
15
  hungerlib/servers/generic.py,sha256=UkaKA7Bo2xela3D_7zF3orArR-NRSRfYYcUOQvFaggE,9059
16
- hungerlib/servers/minecraft.py,sha256=qKoVhAbaIFDFp2qqZqA5EakAK4X7OX7SEmQbrFRwtSk,3609
16
+ hungerlib/servers/minecraft.py,sha256=peyuuDletw0RV5UbcpxcpzgczqCX-SfXK9tdltfQpjQ,3760
17
17
  hungerlib/utils/__init__.py,sha256=L6IsqYCJP9Lc4PQWvEhAwFR6Wxly5PitfPeDlmHBhlU,382
18
18
  hungerlib/utils/exceptions.py,sha256=8C4h4ugOKMaEmKBvMk0tMAMYhKA14tS5_JbSj5qzhzU,221
19
19
  hungerlib/utils/time.py,sha256=_L7qdqCC0NSDRQQhXuVyV4GOx9KXNlZ5bGT6lN08Vi4,2877
20
20
  hungerlib/utils/utils.py,sha256=HS_PvC2cBG9HELzJJJrPg0sYm7vp5Sg168u6Pb6iWv0,3457
21
- hungerlib-4.23.dev7.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
22
- hungerlib-4.23.dev7.dist-info/METADATA,sha256=iBt9RTsvs-Rl_LUblNAiFawhdquuepSY4eDF7lq5bcU,1558
23
- hungerlib-4.23.dev7.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
24
- hungerlib-4.23.dev7.dist-info/top_level.txt,sha256=uHBMIM8b2Gt6daNkDF4uw-M2Hm2IpIVw1jOK9wC0fNQ,10
25
- hungerlib-4.23.dev7.dist-info/RECORD,,
21
+ hungerlib-4.23.dev8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
22
+ hungerlib-4.23.dev8.dist-info/METADATA,sha256=wuIHNVIqnnxvhcPyult0sv696rZ5dcBim-wpXJ2y2rM,1558
23
+ hungerlib-4.23.dev8.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
24
+ hungerlib-4.23.dev8.dist-info/top_level.txt,sha256=uHBMIM8b2Gt6daNkDF4uw-M2Hm2IpIVw1jOK9wC0fNQ,10
25
+ hungerlib-4.23.dev8.dist-info/RECORD,,