diff --git a/manifest/manifest.py b/manifest/manifest.py index 7fefea2..4504583 100644 --- a/manifest/manifest.py +++ b/manifest/manifest.py @@ -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() \ No newline at end of file + quit()