GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
14 stars 4 forks source link

persist uid in ini file #77

Closed patrickjwright closed 1 year ago

patrickjwright commented 1 year ago

Modification to getL0tx will write the previous last_uid back to the ini file if no new messages are found.

The modification to tx.py is simply to improve the print statement. The last_uid should not be included in the list of new UIDs that is printed. As commented in the code, the search command always returns at least the most recent message, even if it has already been processed. So just remove from the print (it is also skipped in the processing).

Resolves: #76