mirror of
https://github.com/myned/modufur.git
synced 2024-12-23 22:27:27 +00:00
Formatting
This commit is contained in:
parent
7ac6653353
commit
3f73419f79
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ async def get_post(url):
|
|||
filesize = int(image.headers['Content-Length'])
|
||||
if filesize > 8192 * 1024:
|
||||
raise exc.SizeError(size(filesize, system=alternative))
|
||||
|
||||
except ValueError:
|
||||
raise exc.MissingArgument
|
||||
|
||||
|
|
Loading…
Reference in a new issue