DuckHunt: Disable threaded mode

I don't see any I/O in this plugin, so this doesn't seem to be needed
This commit is contained in:
Val Lorentz 2022-02-21 23:01:03 +01:00 committed by GitHub
parent 8bd3625bd9
commit 6ac57ca60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?