Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Dec 2, 2019
1 parent 6f06255 commit 90a4088
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ use ndarray::array;


fn main() {
//qamongo::query::query_account("192.168.2.24".to_string(), "288870".to_string());
qamongo::action::query_account("192.168.2.24".to_string(), "288870".to_string());
//eventmq::mqbase::connect_mq("192.168.2.24".to_string(), "test".to_string(), "test".to_string(), "thisisQUANTAXIS".to_string());
qawebsockets::websocketclient::wsmain(
"ws:https://101.132.37.31:7988".to_string());
// qawebsockets::websocketclient::wsmain(
// "ws:https://101.132.37.31:7988".to_string());
test_ndarray();
test_datetime();
test_timeseries();
Expand Down
2 changes: 1 addition & 1 deletion src/qamongo.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod query;
pub mod action;
34 changes: 0 additions & 34 deletions src/qamongo/query.rs

This file was deleted.

0 comments on commit 90a4088

Please sign in to comment.