mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +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
|
||||
else:
|
||||
raise IndexError
|
||||
|
||||
except IndexError:
|
||||
try:
|
||||
raise exc.MatchError(re.search('\/([^\/]+)$', url).group(1))
|
||||
|
|
Loading…
Reference in a new issue