更新使用api.postgresql_info;删除临时使用的文件;更新gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
*.pyc
|
||||
.env
|
||||
db_inp/
|
||||
temp/
|
||||
79966
db_inp/bb.db.inp
79966
db_inp/bb.db.inp
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ import pytz
|
||||
import influxdb_info
|
||||
import project_info
|
||||
import time_api
|
||||
from postgresql_info import get_pgconn_string
|
||||
from api.postgresql_info import get_pgconn_string
|
||||
|
||||
# influxdb数据库连接信息
|
||||
url = influxdb_info.url
|
||||
|
||||
@@ -22,7 +22,7 @@ import project_info
|
||||
import api_ex.kmeans_sensor
|
||||
import api_ex.Fdataclean
|
||||
import api_ex.Pdataclean
|
||||
from postgresql_info import get_pgconn_string
|
||||
from api.postgresql_info import get_pgconn_string
|
||||
|
||||
############################################################
|
||||
# burst analysis 01
|
||||
|
||||
@@ -19,7 +19,7 @@ import logging
|
||||
import globals
|
||||
import uuid
|
||||
import project_info
|
||||
from postgresql_info import get_pgconn_string
|
||||
from api.postgresql_info import get_pgconn_string
|
||||
|
||||
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
||||
|
||||
|
||||
BIN
temp/MD-2.db.out
BIN
temp/MD-2.db.out
Binary file not shown.
BIN
temp/bb.db.opt
BIN
temp/bb.db.opt
Binary file not shown.
12610
temp/bb.db.rpt
12610
temp/bb.db.rpt
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user