Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit c5eba64

Browse files
authored
Update _bot_functions.py
1 parent b71801b commit c5eba64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Help_functions/_bot_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def _special_items_list(server, session=""):
9595
if "x" in ammount:item = tree.xpath(f'//*[@id="storageConteiner"]//div//div//div[1]//div[{num}]/b')[0].text
9696
if item != "Medkit":storage.append(f'{ammount.replace("x","")} {item}')
9797
except:break
98-
9998
i = session.get(url+'storage.html?storageType=PRODUCT')
10099
tree = html.fromstring(i.content)
101100
storage1 = {}

0 commit comments

Comments
 (0)