Update manifest.py
This commit is contained in:
parent
8f34a4bfd6
commit
b6f7964560
|
@ -43,7 +43,7 @@ class Single(object):
|
||||||
'webp': [self.webp, self.webp_th]
|
'webp': [self.webp, self.webp_th]
|
||||||
}
|
}
|
||||||
|
|
||||||
#这个最好新建一个类
|
#这个最好新建一个类
|
||||||
def upload_manifest(self):
|
def upload_manifest(self):
|
||||||
username = input('Enter your username: ')
|
username = input('Enter your username: ')
|
||||||
password = input('Enter your password: ')
|
password = input('Enter your password: ')
|
||||||
|
@ -86,4 +86,4 @@ def main():
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
key = input('`manifest.json` saved. Press any key to quit.')
|
key = input('`manifest.json` saved. Press any key to quit.')
|
||||||
quit()
|
quit()
|
||||||
|
|
Loading…
Reference in New Issue