From 1699dc55931f81357ccf4d3ffbf6a5874317010a Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 28 Dec 2021 15:28:45 +0000 Subject: [PATCH] Pass through Transactions to Agora --- handler/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/app.py b/handler/app.py index 48ec31a..e3673d5 100755 --- a/handler/app.py +++ b/handler/app.py @@ -77,6 +77,7 @@ if __name__ == "__main__": tx.set_agora(agora) tx.set_irc(irc) irc.set_tx(tx) + agora.set_tx(tx) # Define WebApp webapp = WebApp()