mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-05-06 20:32:47 +08:00
Remove upload folder check for Cloudflare imgbed
This commit is contained in:
@@ -207,6 +207,5 @@ def is_image_upload_configured() -> bool:
|
||||
return all([
|
||||
getattr(settings, "CLOUDFLARE_IMGBED_URL", ""),
|
||||
getattr(settings, "CLOUDFLARE_IMGBED_AUTH_CODE", ""),
|
||||
getattr(settings, "CLOUDFLARE_IMGBED_UPLOAD_FOLDER", ""),
|
||||
])
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user