From b4f11088ec19aa7a018c0e23da6f9d132935a171 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Wed, 2 Mar 2022 03:58:04 +0100 Subject: [PATCH] DuckHunt: Disable threaded mode (#46) I don't see any I/O in this plugin, so this doesn't seem to be needed --- DuckHunt/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/DuckHunt/plugin.py b/DuckHunt/plugin.py index 8141580..b1a2df4 100644 --- a/DuckHunt/plugin.py +++ b/DuckHunt/plugin.py @@ -49,8 +49,6 @@ class DuckHunt(callbacks.Plugin): when there is no duck launched costs a point. """ - threaded = True - # Those parameters are per-channel parameters started = {} # Has the hunt started? duck = {} # Is there currently a duck to shoot?