mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-28 15:13:05 +08:00
added check for which server has the name
This commit is contained in:
16
blockstack_cli/blockstack_registrar/new.py
Executable file
16
blockstack_cli/blockstack_registrar/new.py
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#-----------------------
|
||||
# Copyright 2014 Halfmoon Labs, Inc.
|
||||
# All Rights Reserved
|
||||
#-----------------------
|
||||
|
||||
from blockdata.namecoind_cluster import get_server
|
||||
from common import log
|
||||
|
||||
#-----------------------------------
|
||||
if __name__ == '__main__':
|
||||
|
||||
key = 'u/stevenmichaels'
|
||||
|
||||
log.debug(get_server(key))
|
||||
Reference in New Issue
Block a user