From b69fd25c25f23a859aefae69a1cc4116896536b8 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 23 Dec 2021 07:12:26 +0530 Subject: [cleanup] Misc cleanup Closes #1942 #1976 #2020 #2058 #1984 --- yt_dlp/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/update.py') diff --git a/yt_dlp/update.py b/yt_dlp/update.py index 116816037..f3448568a 100644 --- a/yt_dlp/update.py +++ b/yt_dlp/update.py @@ -257,7 +257,7 @@ def update_self(to_screen, verbose, opener): write_string( 'DeprecationWarning: "yt_dlp.update.update_self" is deprecated and may be removed in a future version. ' - 'Use "yt_dlp.update.run_update(ydl)" instead') + 'Use "yt_dlp.update.run_update(ydl)" instead\n') class FakeYDL(): _opener = opener -- cgit v1.2.3