Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Alexander
/
alex-hunter-sales-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f31c66ee
authored
Nov 10, 2022
by
softwhiskey8
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
исправил получение почты
1 parent
b46e5dee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
app/main.dsl
app/main.dsl
View file @
f31c66e
...
@@ -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
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment