Skip to content

Commit

Permalink
#3208: setup_tables.py, add additional args
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 26, 2018
1 parent 4f315a6 commit 6c2ac7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ class VARCHAR (50) NOT NULL
query = '''\
INSERT INTO Role (RoleType) VALUES (%s, %s);
'''
cur.execute(query, 0)
cur.execute(query, (0, 0, 0))

# ################################################################################# #
# #
Expand Down

0 comments on commit 6c2ac7c

Please sign in to comment.