Skip to content

Commit

Permalink
activated comments,syntax highlighting (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
chubin committed Jun 15, 2020
1 parent b5a1e12 commit 33d692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class AdapterOeis(CommandAdapter):
"""

_adapter_name = "oeis"
_output_format = "text"
_output_format = "text+code"
_cache_needed = True
_command = ["share/adapters/oeis.sh"]

Expand Down

0 comments on commit 33d692c

Please sign in to comment.