André Timermann

Results 1 comments of André Timermann

Fix is quite simple: In app.py: I changed here: `cmd = ["/usr/bin/curl", url , "--output ", save_as]` to `cmd = ["/usr/bin/curl", url , "--output", save_as]`