MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / action

Method action

src/astroprint/network/mac_dev.py:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 self.logger.info("Password invalid. Needs to be 'pwd'")
104
105 def action():
106 eventManager.fire(Events.INTERNET_CONNECTING_STATUS, {'status': 'connecting'})
107 time.sleep(2)
108 eventManager.fire(Events.INTERNET_CONNECTING_STATUS, {'status': 'failed', 'reason': "no_secrets"})
109
110 timer = threading.Timer(3, action)
111 timer.daemon = True

Callers

nothing calls this directly

Calls 2

_goOnlineMethod · 0.95
fireMethod · 0.80

Tested by

no test coverage detected