indigo-dc / flaat

FLAsk with Access Tokens - FLAAT
MIT License
11 stars 6 forks source link

fix #25: add timeout to blocking get call on thread tasks queue s.t. threads finish #26

Closed dianagudu closed 3 years ago

marcvs commented 3 years ago

Just one point: Youline 278 should rather be

return q.get (rather than return param_q.get())

right?

dianagudu commented 3 years ago

Just one point: Youline 278 should rather be

return q.get (rather than return param_q.get())

right?

That's correct. Copy+paste error at its best...