exception name
This commit is contained in:
parent
9154d7d97f
commit
6618051986
@ -36,7 +36,7 @@ async def run_speedtest(_, message: Message):
|
|||||||
img = Image.open(path)
|
img = Image.open(path)
|
||||||
c = img.crop((17, 11, 727, 389))
|
c = img.crop((17, 11, 727, 389))
|
||||||
c.save(path)
|
c.save(path)
|
||||||
except:
|
except BaseException:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
output = f"""💡 **SpeedTest Results**
|
output = f"""💡 **SpeedTest Results**
|
||||||
|
Loading…
Reference in New Issue
Block a user