Commit Graph
1 Commits
Author SHA1 Message Date
Alexander Grünebergandjdoe0 d23dd0122a Fix initial user creation.
sqlite3.connect automatically creates a database file if it doesn't
exist yet. Consequently, os.path.isfile will always return true, the
auth table won't be created, and inserting a user will fail.
2013-12-06 16:19:27 -06:00