server
esea_info 3 years ago
parent e92da8de26
commit 4d1ec636b9
  1. 1
      .gitignore
  2. 4
      atest.py

1
.gitignore vendored

@ -3,4 +3,5 @@
/build/
/*/__pycache__
/data/output/
/server/
*.log

@ -1,5 +1,5 @@
from pathlib import *
from mylogger import log
from tools.mylogger import log
# from awrams.readfile import Readfile
# from awrams.AWRAMS import AWRAMS
from configuration import Configuration
@ -16,7 +16,7 @@ from myconfig import DEVICE_ID, FILE_MARK, YAML_FILE_NAME, CURRENT_DIR, DATA_DIR
from myconfig import BEGIN_WAVELENGTH, END_WAVELENGTH, INTERVAL, ROWFACTOR
from Ramses import Ramses
from AWRAMS import AWRAMS
from awrams import AWRAMS
IP = ""
PORT = 7887

Loading…
Cancel
Save