mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-04 09:25:53 +00:00
drop debug
This commit is contained in:
@ -14,7 +14,6 @@ class StaticHtmlView(View):
|
|||||||
|
|
||||||
def __get_content_type(self, filename: str) -> str:
|
def __get_content_type(self, filename: str) -> str:
|
||||||
_, ext = os.path.splitext(filename)
|
_, ext = os.path.splitext(filename)
|
||||||
print(ext)
|
|
||||||
if ext == '.css':
|
if ext == '.css':
|
||||||
return 'text/css'
|
return 'text/css'
|
||||||
elif ext == '.js':
|
elif ext == '.js':
|
||||||
|
Reference in New Issue
Block a user