Pārlūkot izejas kodu

show notification a day

marton levente 11 mēneši atpakaļ
vecāks
revīzija
2f36ec6eac
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)