mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +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'])
|
filesize = int(image.headers['Content-Length'])
|
||||||
if filesize > 8192 * 1024:
|
if filesize > 8192 * 1024:
|
||||||
raise exc.SizeError(size(filesize, system=alternative))
|
raise exc.SizeError(size(filesize, system=alternative))
|
||||||
|
|
||||||
except ValueError:
|
except ValueError:
|
||||||
raise exc.MissingArgument
|
raise exc.MissingArgument
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue