Show URL example
This commit is contained in:
parent
e66792ec3e
commit
5217cf2522
@ -121,7 +121,7 @@ $ etherpump init
|
||||
|
||||
The program then interactively asks some questions:
|
||||
|
||||
> Please type the URL of the etherpad:
|
||||
> Please type the URL of the etherpad (e.g. https://pad.vvvvvvaria.org):
|
||||
> https://pad.vvvvvvaria.org/
|
||||
|
||||
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder.
|
||||
|
@ -107,7 +107,9 @@ def main(args):
|
||||
if apiurl:
|
||||
# print ("Got APIURL: {0}".format(apiurl))
|
||||
break
|
||||
apiurl = input("Please type the URL of the etherpad: ").strip()
|
||||
apiurl = input(
|
||||
"Please type the URL of the etherpad (e.g. https://pad.vvvvvvaria.org): "
|
||||
).strip()
|
||||
padinfo["apiurl"] = apiurl
|
||||
apikey = args.apikey
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user