1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2026-02-22 14:44:49 +01:00

bugfixes: events without data-folder error

If an event didn't have a folder for files it was erroring.
This is fixed now by adding try-except blocks.
This commit is contained in:
TiynGER
2020-11-11 16:47:47 +01:00
parent e8a0fe1000
commit 9a0dbc2feb
3 changed files with 26 additions and 13 deletions

View File

@@ -32,7 +32,8 @@ the last time running it.
### Errors and workarounds
- [ ] if filename is too long it currently gets skipped
- [ ] If filename is too long it currently gets skipped
- [ ] Filenames get sometimes displayed wrong (probably utf8 problems)
## Installation