Remove tk_category_description

This commit is contained in:
Zachary Talis 2021-06-25 23:22:33 -04:00
parent d7ee56609a
commit 3efc162075
3 changed files with 2 additions and 4 deletions

View file

@ -1 +1 @@
tk_category_dashname,tk_category_name,tk_category_description,tk_category_rules
tk_category_dashname,tk_category_name,tk_category_rules

1 tk_category_dashname tk_category_name tk_category_description tk_category_rules

View file

@ -10,7 +10,6 @@ print(
)
tk_category_name = input("Name: ")
tk_category_description = input("Description: ")
tk_category_rules = input("Rules: ")
tk_category_dashname = tk_category_name.replace(" ", "_")
@ -18,7 +17,6 @@ tk_category_dashname = tk_category_name.replace(" ", "_")
categoryDict = {
"tk_category_dashname": tk_category_dashname,
"tk_category_name": tk_category_name,
"tk_category_description": tk_category_description,
"tk_category_rules": tk_category_rules,
}

View file

@ -23,7 +23,7 @@
<body>
<h1><a href="../../">tk_game_name</a> - tk_category_name</h1>
<p>tk_category_description</p>
<p>tk_category_rules</p>
<h2>Leaderboard</h2>
lk_leaderboard