diff --git a/50_bubble.py b/50_bubble.py index db2b2b2..033232d 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -476,6 +476,7 @@ Bubble is open source: else: page += 'Your account has been created. Now you can start posting in subspaces and commenting on posts. You may want to check out the user profile settings on your account page:\n\n' page += f"=> /u/{username}\n" + page += f"=> /settings ⚙️ Settings\n" return page  except Exception as x: