1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Merge pull request #131 from ryanpeach/patch-2

NoOutputFilter isn't set in tutorial.
This commit is contained in:
Scott Leishman
2018-11-30 15:55:34 -08:00
committed by GitHub

View File

@@ -189,7 +189,7 @@
" def __init__(self):\n",
" super().__init__()\n",
" self.default_input_filter = NoInputFilter()\n",
" self.default_output_filter = NoInputFilter()\n",
" self.default_output_filter = NoOutputFilter()\n",
"\n",
" @property\n",
" def path(self):\n",