diff -r a6480863adfb -r a2e8f3c420ec Utilities/BackgroundClient.py --- a/Utilities/BackgroundClient.py Sun Nov 15 13:59:43 2015 +0100 +++ b/Utilities/BackgroundClient.py Sun Nov 15 14:29:20 2015 +0100 @@ -191,3 +191,6 @@ backgroundClient = BackgroundClient(host, int(port)) # Start the main loop backgroundClient.run() + +# +# eflag: noqa = M801