araeyn commited on
Commit
25dc385
1 Parent(s): 1f65f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ async def main():
164
  try:
165
  async with serve(echo, "0.0.0.0", 7860):
166
  await asyncio.Future()
167
- except Exception as echo:
168
  print("Oops :P Something happened.")
169
  print(type(e))
170
  asyncio.run(main())
 
164
  try:
165
  async with serve(echo, "0.0.0.0", 7860):
166
  await asyncio.Future()
167
+ except Exception as e:
168
  print("Oops :P Something happened.")
169
  print(type(e))
170
  asyncio.run(main())