When a subreddit which has only integers is specified in --opts yaml.yaml under subreddit:, the program crashes with:
TypeError: expected string or bytes-like object, got 'int'
Both subreddits 1776 & 18_19 cause the crash. Wrapping them in double quotes seemed to fix the crash.
Description
When a subreddit which has only integers is specified in
--opts yaml.yaml
undersubreddit:
, the program crashes with:TypeError: expected string or bytes-like object, got 'int'
Both subreddits
1776
&18_19
cause the crash. Wrapping them in double quotes seemed to fix the crash.Command
subreddits.yaml:
Environment (please complete the following information)
Logs