diff --git a/create_app.py b/create_app.py index eb709f5..67b9cee 100755 --- a/create_app.py +++ b/create_app.py @@ -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(",")