diff options
Diffstat (limited to 'yt_dlp/update.py')
-rw-r--r-- | yt_dlp/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |