1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Whitespace inconsistency

This commit is contained in:
Myned 2017-10-21 16:39:11 -04:00
parent 894cbf8687
commit 4faa5b9bb7

View file

@ -16,6 +16,7 @@ async def get_post(url):
return value
else:
raise IndexError
except IndexError:
try:
raise exc.MatchError(re.search('\/([^\/]+)$', url).group(1))