Roman Beránek
Results
2
comments of
Roman Beránek
@skycaptain > @edc Could you please explain what passing 'bass' as a parameter to bash here does? > > I guess changing these lines to the following would solve the...
``` diff --git a/slack_history.py b/slack_history.py index e613aa6..73367c4 100644 --- a/slack_history.py +++ b/slack_history.py @@ -21,9 +21,11 @@ # SOFTWARE. from slacker import Slacker +from time import sleep import json import argparse...