lanec / zoom-batch-downloader

Download all your zoom cloud recordings
GNU General Public License v3.0
42 stars 20 forks source link

Fixed error on filename concatenation #24

Closed djshubs closed 11 months ago

djshubs commented 11 months ago

Ran into the following error Error: can only concatenate tuple (not "str") to tuple which was resolved by fixing filename concatenation.

cc @AnessZurba

AnessZurba commented 11 months ago

Thanks