pyonair/PyonAir-pycom

delete init object?

github-actions opened this issue · 0 comments

delete init object?

#TODO: delete init object?

        status_logger.info("Starting GPS thread...")
        _thread.start_new_thread(GpsSIM28.SetRTCtime, (rtc, status_logger))

    #TODO:  delete init object?
except Exception as e:
    status_logger.exception("Exception in the main")
    led_lock.acquire()

c44f7d95dc26a0ec8129f712dc8f31ee04e7bc55