Keep working on starting-tutorial

This commit is contained in:
Griatch 2020-06-21 19:29:59 +02:00
parent cfd70ea837
commit dc811f2e08
7 changed files with 267 additions and 118 deletions

View file

@ -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")):