1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 08:39:15 +00:00

fix is text

This commit is contained in:
deadc0de6
2020-11-07 13:17:50 +01:00
parent 5ad195b13e
commit e5f46dc4c6

View File

@@ -167,6 +167,8 @@ class Templategen:
out = fileoutput.lower() out = fileoutput.lower()
if out.startswith('text'): if out.startswith('text'):
return True return True
if 'text' in out:
return True
if 'empty' in out: if 'empty' in out:
return True return True
if 'json' in out: if 'json' in out: