Skip to content

Commit 4f585c1

Browse files
committed
Update Pyrogram to v1.2.9
- Make less noise at the INFO log level
1 parent 0b0bec9 commit 4f585c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
__version__ = "1.2.8"
19+
__version__ = "1.2.9"
2020
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
2121
__copyright__ = "Copyright (C) 2017-2021 Dan <https://github.com/delivrance>"
2222

pyrogram/syncer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ async def sync(cls, client):
8585
except Exception as e:
8686
log.critical(e, exc_info=True)
8787
else:
88-
log.info(f'Synced "{client.storage.name}" in {(time.time() - start) * 1000:.6} ms')
88+
log.debug(f'Synced "{client.storage.name}" in {(time.time() - start) * 1000:.6} ms')

0 commit comments

Comments
 (0)