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