We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16718ef commit 24351b7Copy full SHA for 24351b7
github_backup/create_github_app.py
@@ -776,7 +776,7 @@ def main():
776
print("🚀 Starting GitHub App Creator...")
777
print(f"📁 Credentials will be saved to: {args.output_dir}")
778
print(
779
- f"🌐 Opening browser to: http://localhost:{args.port}, please open this URL if it doesn't open automatically"
+ f"🌐 Opening browser to: http://localhost:{args.port},\n please open this URL if it doesn't open automatically"
780
)
781
782
# Open browser
0 commit comments