Skip to content

Commit 24351b7

Browse files
committed
improve browser hint
1 parent 16718ef commit 24351b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_backup/create_github_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def main():
776776
print("🚀 Starting GitHub App Creator...")
777777
print(f"📁 Credentials will be saved to: {args.output_dir}")
778778
print(
779-
f"🌐 Opening browser to: http://localhost:{args.port}, please open this URL if it doesn't open automatically"
779+
f"🌐 Opening browser to: http://localhost:{args.port},\n please open this URL if it doesn't open automatically"
780780
)
781781

782782
# Open browser

0 commit comments

Comments
 (0)