View Single Post
Misc
Junior Member
Join Date: Feb 2016
Old 10-23-2017 , 21:56   Re: [TF2] TF2 Item DB (replaces tf2itemsinfo)
Reply With Quote #144

Quote:
Originally Posted by AI_ View Post
I generated my sqlite db above using flaminsarge's version straight off his Github page. The only change I had to do in tf2db.py was to add a null check for the item name at line 183 before the execute:

Code:
if i.get('item_name') is None:
    continue

dbc.execute('INSERT INTO new_tf2idb_item ' # ...
That worked a treat! Thanks!!! :-)
Misc is offline