From 6644ad5bd1313cf1ff0333edaa49181726323772 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Sat, 2 Nov 2019 21:18:39 -0700 Subject: [PATCH] Random whitespaces removed --- pisa/pisad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisa/pisad.py b/pisa/pisad.py index 1f41b91..05c115d 100644 --- a/pisa/pisad.py +++ b/pisa/pisad.py @@ -71,7 +71,7 @@ if __name__ == '__main__': watcher.responder = responder watcher.appointments, watcher.locator_uuid_map = Builder.build_appointments(watcher_appointments_data) - watcher.block_queue = Builder.build_block_queue(last_block_responder) + watcher.block_queue = Builder.build_block_queue(last_block_responder) # Create an instance of the Watcher and fire the API start_api(watcher)