You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix setup of python import
This change means we can't specify unbuffered output to python so we
also change the app code to always flush on output.
Fixes issue #15.
Change from threads to asyncio
Each plugin is run as an asyncio task rather than a slightly more
resource heavy system thread.
Also make a couple of minor improvements and add a test directory.