Changed scope message to reference FediStatusPoster instead of YandereLewdBot

This commit is contained in:
Anon 2024-03-09 23:47:29 -08:00
parent adc2c9678b
commit d02b516d99

View File

@ -109,7 +109,7 @@ def main():
password = getpass.getpass("Enter password: ") password = getpass.getpass("Enter password: ")
printerr("Scopes: read, write, follow, push") printerr("Scopes: read, write, follow, push")
printerr("Separate each scope with a comma (example above).") 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 = _input("Scopes", default("scopes"))
ans = re.sub(r"\s+", "", ans, flags=re.UNICODE) ans = re.sub(r"\s+", "", ans, flags=re.UNICODE)
permissions = ans.split(",") permissions = ans.split(",")