Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Tremolo uses multiprocessing so you have to guard app.run() with:

if __name__ == '__main__':

Otherwise it can be re-executed in the worker/child and will lead to confusion.