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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user