X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/blobdiff_plain/4ec1ed78e91a0a9049b6a4a9803b8bb954084dd7..92c5c385c06b04908bb1ea82aeb5fb81316ccaea:/src/transmit.py diff --git a/src/transmit.py b/src/transmit.py index 2e8ef4c..4910066 100755 --- a/src/transmit.py +++ b/src/transmit.py @@ -17,9 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import logging + from savemysugar.CallDistanceTransceiver import CallDistanceTransceiver from savemysugar.Modem import Modem -import logging # TODO: set the logging level from the command line FORMAT = "%(created)f %(levelname)s:%(funcName)s %(message)s"