Updated tables

This commit is contained in:
wilsonfreitas
2022-03-28 07:16:39 -03:00
parent fc59394297
commit d09e8688c8
3 changed files with 374 additions and 372 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from github import Github
g = Github(os.environ['GITHUB_ACCESS_TOKEN'])
def extract_repo(url):
reu = re.compile('^https://github.com/([\w-]+/[\w-]+)$')
reu = re.compile('^https://github.com/([\w-]+/[-\w\.]+)$')
m = reu.match(url)
if m:
return m.group(1)