mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 10:20:59 +00:00
tahoe-get.py: fix bug: actually respect the optional server argument
This commit is contained in:
parent
9bc87f610c
commit
2a4423ba14
@ -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 += "/"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user