Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Crypto
/
Crypto-auto-trading
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
2019102152 김다빈
2021-11-21 12:38:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b790f98bb495eea79d0df2dbf8d82089ab4b1500
b790f98b
1 parent
90a88854
Modify interval time
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
index.js
index.js
View file @
b790f98
...
...
@@ -155,8 +155,8 @@ async function latest_repeat(t1) {
let
today
=
new
Date
();
let
minutes
=
today
.
getMinutes
();
let
seconds
=
today
.
getSeconds
();
if
(
seconds
==
0
)
{
//
if (minutes == 0 && seconds == 0) {
//
if (seconds == 0) {
if
(
minutes
==
0
&&
seconds
==
0
)
{
clearInterval
(
check_time
);
sort_info
=
(
await
sort_data
());
(
await
refresh_db
());
...
...
Please
register
or
login
to post a comment