Simon Woker
Simon Woker
@eskerda Looks good so far, even though I'm surprised that we have operationareas in Mannheim and other cities. We do have different systems all over Germany. Currently we have these...
this was already fixed in the latest develop version, check PR #1029 to apply the changes directly in your master code if neccessary: https://github.com/elebumm/RedditVideoMakerBot/pull/1029/files
have you tried to set `storymode=true` in `config.toml`? That should be exactly hat you're looking for
this is how I solved it: ``` find courses -type f | while read file; do dropbox_path="${file}" echo "Uploading $file to $dropbox_path" dbxcli put "$file" "$dropbox_path" done ```