File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments