Changeset 311 in tmcsimulator for trunk/src/cptms/cgi-bin


Ignore:
Timestamp:
03/14/2019 01:45:00 PM (7 years ago)
Author:
jdalbey
Message:

cptms renamed, added cms message polling to update icon color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cptms/cgi-bin/saveMessage.py

    r295 r311  
    1111    
    1212# write message to file 
    13 text_file = open("messagefile.txt", "w") 
     13text_file = open("cms_messages.json", "w") 
    1414text_file.write(outMessage) 
    1515text_file.close() 
Note: See TracChangeset for help on using the changeset viewer.