slow
This commit is contained in:
@@ -243,6 +243,7 @@ class App:
|
|||||||
|
|
||||||
await writer.drain()
|
await writer.drain()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
raise e
|
||||||
print(f"Internal Server Error: {e}")
|
print(f"Internal Server Error: {e}")
|
||||||
finally:
|
finally:
|
||||||
writer.close()
|
writer.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user