Random whitespaces removed

This commit is contained in:
Sergi Delgado Segura
2019-11-02 21:18:39 -07:00
parent 2bfee7bbcc
commit 6644ad5bd1

View File

@@ -71,7 +71,7 @@ if __name__ == '__main__':
watcher.responder = responder watcher.responder = responder
watcher.appointments, watcher.locator_uuid_map = Builder.build_appointments(watcher_appointments_data) 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 # Create an instance of the Watcher and fire the API
start_api(watcher) start_api(watcher)