mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 09:47:18 +00:00
drop debug
This commit is contained in:
parent
e86f3ee092
commit
f63b64e77c
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user