1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +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()
if out.startswith('text'):
return True
if 'text' in out:
return True
if 'empty' in out:
return True
if 'json' in out: