From d02b516d991e84d939214f787dcc3a8665b4a12a Mon Sep 17 00:00:00 2001 From: Anon Date: Sat, 9 Mar 2024 23:47:29 -0800 Subject: [PATCH] Changed scope message to reference FediStatusPoster instead of YandereLewdBot --- create_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(",")