MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / CheckUpdate

Method CheckUpdate

service/update.py:106–109  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

104
105 @staticmethod
106 def CheckUpdate(callback):
107 thread = CheckUpdateThread(callback)
108 pyfalog.debug("Starting Check Update Thread.")
109 thread.start()
110
111 @classmethod
112 def getInstance(cls):

Callers 1

__init__Method · 0.80

Calls 1

CheckUpdateThreadClass · 0.85

Tested by

no test coverage detected