mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Minor tweaks about non-root handling
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user