修复无法使用的bug

This commit is contained in:
MarkusJoe
2022-02-19 11:48:15 +08:00
parent 8c89f4a024
commit e28e4d52de
5 files changed
+23 -13

No files matched your search

+2 -2
View File
@@ -7,8 +7,8 @@
from flask import render_template
from bin.db import fetch_style_data
from bin.db import fetch_table
from bin.db.sqlite import fetch_style_data
from bin.db.sqlite import fetch_table
def view_template(style: str, length: int, name: str, count: str) -> str or tuple[bool, str]: