tahoe-get.py: fix bug: actually respect the optional server argument

This commit is contained in:
Zooko O'Whielacronx 2007-07-09 18:47:16 -07:00
parent 9bc87f610c
commit 2a4423ba14

View File

@ -18,8 +18,8 @@ if len(args) == 1 or args[1] == "-":
else: else:
targfname = args[1] targfname = args[1]
base = "http://tahoebs1.allmydata.com:8011/" base = options.server
base += "vdrive/" base += "/vdrive/"
base += options.vdrive base += options.vdrive
base += "/" base += "/"