Skip to content

Commit bd4fe3b

Browse files
committed
BugFix
1 parent 9cbba1c commit bd4fe3b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pyrogram/session/session.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from io import BytesIO
2424

2525
import pyrogram
26-
from pyrogram import __copyright__, __license__, __version__
2726
from pyrogram import raw
2827
from pyrogram.connection import Connection
2928
from pyrogram.crypto import mtproto
@@ -61,10 +60,6 @@ def __init__(
6160
is_media: bool = False,
6261
is_cdn: bool = False
6362
):
64-
if not Session.notice_displayed:
65-
print(f"Pyrogram v{__version__}, {__copyright__}")
66-
print(f"Licensed under the terms of the {__license__}", end="\n\n")
67-
Session.notice_displayed = True
6863

6964
self.client = client
7065
self.dc_id = dc_id

0 commit comments

Comments
 (0)