コード例 #1
0
ファイル: server.py プロジェクト: pingwinator-archive/itc.cli
    def __init__(self, username, password):
        super(ITCServer, self).__init__()

        self._info = {'username': username, 'password': password}
        self._loginPageURL = ITUNESCONNECT_MAIN_PAGE_URL
        self._parser = ITCServerParser()
        self.applications = {}
        self.isLoggedIn = self.__checkLogin()