Skip to content

Commit 5fd02a2

Browse files
author
eshaan7
committed
typo
1 parent 705985d commit 5fd02a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
score = Score(userid=admin_user.id, userHash=False, rootHash=False, score=0)
2222
notif = Notification(
2323
title=f"Welcome to {ctfname}",
24-
body = "The RTB CTF is live now. Please read rules!"
24+
body = "The CTF is live now. Please read rules!"
2525
)
2626
db.session.add(admin_user)
2727
db.session.add(score)

0 commit comments

Comments
 (0)