mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
cleanup
This commit is contained in:
parent
835d2106b1
commit
003c3e157f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import socket, time, interface
|
||||
import interface
|
||||
|
||||
i = interface.TcpStratumInterface('ecdsa.org', 50001)
|
||||
i.start()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import socket, time, interface
|
||||
import interface
|
||||
|
||||
i = interface.TcpStratumInterface('ecdsa.org', 50001)
|
||||
i.start()
|
||||
|
|
Loading…
Add table
Reference in a new issue