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: ')
|
||||||
|
|
Loading…
Reference in New Issue