ai-eks / OpenClubhouse

A third-part web application based on flask to play Clubhouse audio.
https://opench.aix.uy
MIT License
1.08k stars 260 forks source link

Where do I get secret key? #7

Closed tsecret closed 3 years ago

ai-eks commented 3 years ago

You can run the command python -c 'import os; print(os.urandom(16))' in your terminal, and then copy the result into config file. You can find more info from official flask website.