aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-21 22:03:37 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-21 22:03:37 +0000
commit0385590922286093c6c77ca10364b59ef06a240e (patch)
tree9b3d8c4c386b47fa93688490ccce814cacc34a28 /setup.py
parent9ddc29e41f18b892b5b21babbfc0539431cd4768 (diff)
downloadcheatdb-0385590922286093c6c77ca10364b59ef06a240e.tar.xz
Use consistent quotes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index af53360..94ff864 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,11 @@ if not os.path.isfile("db.sqlite"):
ruben.rank = UserRank.EDITOR
db.session.add(ruben)
+ ez = User("Shara")
+ ez.github_username = "Ezhh"
+ ez.rank = UserRank.EDITOR
+ db.session.add(ez)
+
jeija = User("Jeija")
jeija.github_username = "Jeija"
db.session.add(jeija)