Update Pyrogram to v1.2.9

- Make less noise at the INFO log level
This commit is contained in:
Dan 2021-04-15 09:51:50 +02:00
parent 0b0bec9e27
commit 4f585c156c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
__version__ = "1.2.8"
__version__ = "1.2.9"
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__copyright__ = "Copyright (C) 2017-2021 Dan <https://github.com/delivrance>"

View File

@ -85,4 +85,4 @@ class Syncer:
except Exception as e:
log.critical(e, exc_info=True)
else:
log.info(f'Synced "{client.storage.name}" in {(time.time() - start) * 1000:.6} ms')
log.debug(f'Synced "{client.storage.name}" in {(time.time() - start) * 1000:.6} ms')