clean up some whitespace in weapons.py
parent
7ea2582a1e
commit
4c1d8e998c
|
@ -43,11 +43,6 @@ def main():
|
||||||
# print("Printing traits")
|
# print("Printing traits")
|
||||||
# print(traits)
|
# print(traits)
|
||||||
|
|
||||||
# TODO Categories
|
|
||||||
# TODO damage type
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for row in rows:
|
for row in rows:
|
||||||
insert_melee_weapon_basics(row, conn)
|
insert_melee_weapon_basics(row, conn)
|
||||||
insert_traits(row, conn, traits)
|
insert_traits(row, conn, traits)
|
||||||
|
|
Loading…
Reference in New Issue