diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-01 17:11:19 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-01 17:11:19 +0100 |
commit | e8b0c1c83c8889e93a1a31762f158685598f3744 (patch) | |
tree | 471f66fe55dde22d4269312a269fbbe416e089f3 /app/default_data.py | |
parent | a1d5fa6fde2e84a59c3327b7329b160dde40acc1 (diff) | |
download | cheatdb-master.tar.xz |
Diffstat (limited to 'app/default_data.py')
-rw-r--r-- | app/default_data.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/default_data.py b/app/default_data.py index ecb7913..230e05c 100644 --- a/app/default_data.py +++ b/app/default_data.py @@ -110,8 +110,8 @@ def populate_test_data(session): mod.tags.append(tags["movement"]) mod.tags.append(tags["bot"]) mod.tags.append(tags["any_game"]) - mod.repo = "https://github.com/EliasFleckentein03/pathfinding" - mod.issueTracker = "https://github.com/EliasFleckentein03/pathfinding/issues" + mod.repo = "https://github.com/EliasFleckenstein03/pathfinding" + mod.issueTracker = "https://github.com/EliasFleckenstein03/pathfinding/issues" mod.short_desc = "A dragonfire CSM that adds .goto command." mod.desc = "" session.add(mod) @@ -119,7 +119,7 @@ def populate_test_data(session): rel = PackageRelease() rel.package = mod rel.title = "v1.0.0" - rel.url = "https://github.com/EliasFleckentein03/pathfinding/archive/master.zip" + rel.url = "https://github.com/EliasFleckenstein03/pathfinding/archive/master.zip" rel.approved = True session.add(rel) |