Skip to content
Permalink
Browse files
modification before dev bot
  • Loading branch information
hollan84 committed May 13, 2020
1 parent d185ea4 commit 63769bf6ef81a1830c14a5308241d2c742e956f7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -18,7 +18,7 @@ def devs_read(table):
FROM {}'''.format(table)
cur = conn.cursor()
cur.execute(sql)
return str(cur.fetchall()):
return str(cur.fetchall())

def add_dev(username):
conn = connect()

0 comments on commit 63769bf

Please sign in to comment.