소스 검색

show notification a day

marton levente 11 달 전
부모
커밋
2f36ec6eac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      anafapi/anafoauth.py

+ 1 - 1
anafapi/anafoauth.py

@@ -149,7 +149,7 @@ class Efactoauth(Anafoauth):
                             message=f'{type_} from {cif} @ {date}',
                             app_name='EFACT',
                             # app_icon=app_icon,
-                            timeout=3)
+                            timeout=86400)
 
     def get_all_messages(self, vat_id, days=60, env='test', extract=False) -> dict:
         url = self.MESSAGES.format(env, days, vat_id)