Skip to content

Commit db17c7a

Browse files
committed
url
1 parent 6887636 commit db17c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import os
44
from requests.auth import HTTPBasicAuth
55

6-
url="blockway.asm.co"
6+
#url="blockway.asm.co"
77
#url='385a0239.ngrok.com'
88
#node_port='8332'
9-
9+
url=os.environ['node_url']
1010
username=os.environ['node_username']
1111
password=os.environ['node_password']
1212

0 commit comments

Comments
 (0)