DataReset
DataReset
same issue TypeError: PyroSession.__init__() got an unexpected keyword argument 'date' is it only with pyrogram session?
unknown-kel, pls help me, I'm using customtkinter too, but i cant load 'Oswald' ``` font = Font(file='Oswald-ExtraLight.ttf') assert font.is_font_available("Oswald") assert "Oswald-ExtraLight" in font.loaded_fonts() assert font.font_info("Oswald-ExtraLight.ttf")[0]["copyright"] self.name = customtkinter.CTkLabel(self, text='Main', font=customtkinter.CTkFont('Oswald-ExtraLight',...
i used another font and it works fine thanks !