Junaidb commited on
Commit
c12a1b5
·
verified ·
1 Parent(s): 0c9a224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from solders.transaction import Transaction
8
  from solders.system_program import TransferParams, transfer
9
  import base58
10
 
11
- from helpers.mongodbconnection import provideClient
12
 
13
 
14
 
 
8
  from solders.system_program import TransferParams, transfer
9
  import base58
10
 
11
+ #from helpers.mongodbconnection import provideClient
12
 
13
 
14