mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Keep working on starting-tutorial
This commit is contained in:
parent
cfd70ea837
commit
dc811f2e08
7 changed files with 267 additions and 118 deletions
|
|
@ -122,7 +122,6 @@ def url_resolver(url):
|
|||
|
||||
if url.lower().strip() in choose_issue:
|
||||
return _github_issue_choose
|
||||
|
||||
elif url.startswith(githubstart):
|
||||
urlpath = url[len(githubstart):]
|
||||
if not (urlpath.startswith("develop/") or urlpath.startswith("master")):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue