added check for which server has the name

This commit is contained in:
Muneeb Ali
2014-07-28 02:04:45 -07:00
parent b0a22d9e5c
commit 1b44d30d8c

View 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))