o: ActiveSupport::Cache::Entry :@value"Á"»
| Designs/Measuring_instruments/ISMS01A/SW/button_monitor.py | ||
|---|---|---|
| 47 | 47 |
print bin(inputs) |
| 48 | 48 |
|
| 49 | 49 |
now = datetime.datetime.now() |
| 50 |
filename = path + time.strftime("%Y%m%d%H", time.gmtime())+"0000_"+stationName+"_freq.csv"
|
|
| 50 |
filename = path + time.strftime("%Y%m%d%H", time.gmtime())+"0000_"+stationName+"_meta.csv"
|
|
| 51 | 51 |
|
| 52 | 52 |
if not os.path.exists(filename): |
| 53 | 53 |
with open(filename, "a") as f: |