mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-07-31 15:00:49 -07:00
Split adjuster into own program
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class BackgroundTask(object):
|
||||
def stop(self):
|
||||
self.running = False
|
||||
|
||||
#safe to call from worker
|
||||
# safe to call from worker
|
||||
def queue_event(self, event):
|
||||
self.queue.put(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user