1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 22:27:28 +00:00

Formatting

This commit is contained in:
Myned 2017-12-31 21:26:17 -05:00
parent 7ac6653353
commit 3f73419f79

View file

@ -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