Update Pyrogram to v1.2.9
- Make less noise at the INFO log level
This commit is contained in:
parent
0b0bec9e27
commit
4f585c156c
@ -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>"
|
||||
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user