Spaces:
Running
Running
Update app.py
Browse files
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=
|
| 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:
|