Changeset 327 for trunk/sandbox/jhb/mobile/ocwallet.py
- Timestamp:
- 06/15/09 02:46:06 (3 years ago)
- Files:
-
- 1 modified
-
trunk/sandbox/jhb/mobile/ocwallet.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/mobile/ocwallet.py
r324 r327 434 434 435 435 if method == 1: 436 url = appuifw.query(u'address','text',u'192.168.2.105 ')436 url = appuifw.query(u'address','text',u'192.168.2.105:%s' % walletport) 437 437 if not url: 438 438 return 439 439 else: 440 url = 'http://%s :%s' % (url,walletport)440 url = 'http://%s' % (url) 441 441 transport = self.getHTTPTransport(url) 442 442 if not transport:
