randydev commited on
Commit
19c829e
·
verified ·
1 Parent(s): 69606ac

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -56,8 +56,7 @@ async def get_user_story(link=None):
56
  except Exception as e:
57
  return {"error": str(e)}
58
  file_id = (
59
- stories.photo.file_id if stories and stories.photo else None
60
- or stories.video.file_id if stories and stories.video else None
61
  )
62
  caption = stories.caption or f"By {user_client.me.mention}"
63
  return {
 
56
  except Exception as e:
57
  return {"error": str(e)}
58
  file_id = (
59
+ stories.video.file_id or stories.photo.file_id
 
60
  )
61
  caption = stories.caption or f"By {user_client.me.mention}"
62
  return {