aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-24 02:36:14 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-24 02:36:14 +0000
commitcd77ad6050635e2d576d5cad09deed1501161f71 (patch)
tree6777a642ed6c0d033d3b8007f9035a3138e02ac3 /setup.py
parent6be5b3eb42b97c29305bbe47defcb9a1b5e6d367 (diff)
downloadcheatdb-cd77ad6050635e2d576d5cad09deed1501161f71.tar.xz
Use bash script to start server
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f782142..eed19cb 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ if not os.path.isfile("db.sqlite"):
jeija = User("Jeija")
jeija.github_username = "Jeija"
db.session.add(jeija)
-
+
sam = User("fillthisinlater")
sam.github_username = "fillthisinlater"
sam.rank = UserRank.EDITOR