You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Prices/price_grabber.py
+1-28Lines changed: 1 addition & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
importdatetime
5
5
importshutil
6
6
importos
7
-
#from archive_files import *
8
7
9
8
rarity= {
10
9
'4b69ff':'Mil-spec',
@@ -53,7 +52,6 @@ def cases(out):
53
52
print(' Too Many Requests!')
54
53
dic= (str(items_web.content).split('var g_rgAssets')[1].split('{"type":"html","value":"Contains one of the following:"}')[1].split(f',"name":"{case[0]}"')[0].split(',"tradable"')[0])
0 commit comments