Browse Source

Argument not used

Eren Yilmaz 6 năm trước cách đây
mục cha
commit
c449a772a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      db_setup.py

+ 1 - 1
db_setup.py

@@ -1,7 +1,7 @@
 from game import CURRENCY_NAME, MINIMUM_ORDER_AMOUNT
 
 
-def setup(cursor, seed_tables=False):
+def setup(cursor):
     print('Database setup...')
 
     drop_triggers(cursor)