Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 25, 2019
1 parent 7c80439 commit 3772121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/config/textstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

#Here you can specify an extra formats
class FrequencyListFormat(CLAMMetaData):
attributes = { 'encoding', 'language' }
attributes = { 'encoding': True, 'language': False }
name = "My Dummy text format"
mimetype = 'text/plain'

Expand Down

0 comments on commit 3772121

Please sign in to comment.