aifeifei798 commited on
Commit
3b7098a
·
verified ·
1 Parent(s): 76bc2e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ except Exception as e:
30
  print(f"Bluesky 全局登录失败: {e}")
31
  pass
32
 
33
- def fetch_bsky_gallery(max_posts=48):
34
  if not client.me:
35
  print("客户端未登录,正在尝试重新登录...")
36
  if not BSKY_HANDLE or not BSKY_APP_PASSWORD:
 
30
  print(f"Bluesky 全局登录失败: {e}")
31
  pass
32
 
33
+ def fetch_bsky_gallery(max_posts=51):
34
  if not client.me:
35
  print("客户端未登录,正在尝试重新登录...")
36
  if not BSKY_HANDLE or not BSKY_APP_PASSWORD: