mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Whitespace inconsistency
This commit is contained in:
parent
894cbf8687
commit
4faa5b9bb7
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ async def get_post(url):
|
||||||
return value
|
return value
|
||||||
else:
|
else:
|
||||||
raise IndexError
|
raise IndexError
|
||||||
|
|
||||||
except IndexError:
|
except IndexError:
|
||||||
try:
|
try:
|
||||||
raise exc.MatchError(re.search('\/([^\/]+)$', url).group(1))
|
raise exc.MatchError(re.search('\/([^\/]+)$', url).group(1))
|
||||||
|
|
Loading…
Reference in a new issue