Commit f31c66ee by softwhiskey8

исправил получение почты

1 parent b46e5dee
Showing with 9 additions and 4 deletions
...@@ -227,15 +227,20 @@ node getMail ...@@ -227,15 +227,20 @@ node getMail
$cjm.push("getMail"); $cjm.push("getMail");
#say("whatmail"); #say("whatmail");
wait*; wait*;
set $mail_start = external time_stamp();
set $mail = #getMessageText();
set $mail_end = external time_stamp();
} }
transitions transitions
{ {
yes_whatsapp: goto yes_whatsapp on true; yes_whatsapp: goto yes_whatsapp on true;
} }
onexit
{
default: do
{
set $mail_start = external time_stamp();
set $mail = #getMessageText();
set $mail_end = external time_stamp();
}
}
} }
node dont_use node dont_use
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!