locky 2 anni fa
parent
commit
f03babf00b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Service/HuaweiPushService/HuaweiPushService.py

+ 1 - 0
Service/HuaweiPushService/HuaweiPushService.py

@@ -88,6 +88,7 @@ class HuaweiPushObject:
             android=android,
             token=[token_val]
         )
+        LOGGER.info('通知栏推送category:{}'.format(message.android.category))
 
         try:
             import certifi