Minor tweaks about non-root handling
This commit is contained in:
parent
1c076049cf
commit
540b9d1470
3 changed files with 10 additions and 5 deletions
|
@ -74,8 +74,6 @@ def main() -> None:
|
|||
dat["https"] = False
|
||||
proto = "http"
|
||||
|
||||
dat["id"] = f'{proto}://{dat["domain"]}'
|
||||
|
||||
print("Note that you can put your icon/avatar in the static/ directory")
|
||||
dat["icon_url"] = prompt(
|
||||
"icon URL: ", default=f'{proto}://{dat["domain"]}/static/nopic.png'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue