Changed scope message to reference FediStatusPoster instead of YandereLewdBot
This commit is contained in:
parent
adc2c9678b
commit
d02b516d99
@ -109,7 +109,7 @@ def main():
|
||||
password = getpass.getpass("Enter password: ")
|
||||
printerr("Scopes: read, write, follow, push")
|
||||
printerr("Separate each scope with a comma (example above).")
|
||||
printerr("!!! Accept the default unless you intend to modify Yandere Lewd Bot !!!")
|
||||
printerr("!!! Accept the default unless you intend to modify FediStatusPoster !!!")
|
||||
ans = _input("Scopes", default("scopes"))
|
||||
ans = re.sub(r"\s+", "", ans, flags=re.UNICODE)
|
||||
permissions = ans.split(",")
|
||||
|
Loading…
Reference in New Issue
Block a user