hudman 9.0.0
Local HUD mirror manager
|
Public Member Functions | |
def | __init__ (self, hud) |
Protected Member Functions | |
int | _updatecheck (self) |
Protected Attributes | |
_apiurl | |
_ghtoken | |
_ghuser | |
Class for working with HUDs hosted on GitHub.
def hudman.hud.github.HUDGitHub.__init__ | ( | self, | |
hud | |||
) |
Main constructor of the HUDGitHub class. :param hud: A single entry from the HUD database.
Reimplemented from hudman.hud.HUDCommon.
|
protected |
Call GitHub API and fetch last modification time of the specified HUD. :return: Last modification time in the unixtime format. :rtype: int
Reimplemented from hudman.hud.HUDCommon.