x-hw / amazing-qr

💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)
GNU General Public License v3.0
10.3k stars 1.55k forks source link

Changed tempdir for restricted system. #83

Open shanku007 opened 3 years ago

shanku007 commented 3 years ago

Changed tempdir for the restricted system so that the user can provide it in case of access restricted environments. I ran into this problem when I was using AWS lambda and it restricts write access to folders and only some folder has write access. In my case, I was able to write into /tmp so I changed the code for that.