Update manifest.py

pull/144/head^2
Mashiro 2019-12-03 21:27:18 +08:00 committed by GitHub
parent 8f34a4bfd6
commit b6f7964560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class Single(object):
'webp': [self.webp, self.webp_th]
}
#这个最好新建一个类
#这个最好新建一个类
def upload_manifest(self):
username = input('Enter your username: ')
password = input('Enter your password: ')
@ -86,4 +86,4 @@ def main():
if __name__ == '__main__':
main()
key = input('`manifest.json` saved. Press any key to quit.')
quit()
quit()