mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-04 19:11:55 -08:00
fix: typo should be text not info
This commit is contained in:
@@ -202,7 +202,7 @@ if PREVIEW_MODE == "image" or PREVIEW_MODE == "full":
|
||||
print("🖼️ Loading image...")
|
||||
|
||||
console.print(Rule(style=f"rgb({SEPARATOR_COLOR})"))
|
||||
if PREVIEW_MODE == "info" or PREVIEW_MODE == "full":
|
||||
if PREVIEW_MODE == "text" or PREVIEW_MODE == "full":
|
||||
preview_info_path = INFO_CACHE_DIR / f"{hash}.py"
|
||||
if preview_info_path.exists():
|
||||
subprocess.run(
|
||||
|
||||
Reference in New Issue
Block a user