| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,6 +77,7 @@ def init(self): | |||
| 77 | 77 | ||
| 78 | 78 | if response == "KeyAuth_Invalid": | |
| 79 | 79 | print("The application doesn't exist") | |
| 80 | + time.sleep(5) | ||
| 80 | 81 | os._exit(1) | |
| 81 | 82 | ||
| 82 | 83 | response = encryption.decrypt(response, self.secret, init_iv) | |
@@ -91,6 +92,7 @@ def init(self): | |||
| 91 | 92 | os._exit(1) | |
| 92 | 93 | else: | |
| 93 | 94 | print("Invalid Version, Contact owner to add download link to latest app version") | |
| 95 | + time.sleep(5) | ||
| 94 | 96 | os._exit(1) | |
| 95 | 97 | ||
| 96 | 98 | if not json["success"]: | |
@@ -526,6 +528,7 @@ def changeUsername(self, username): | |||
| 526 | 528 | print("successfully Changed Username") | |
| 527 | 529 | else: | |
| 528 | 530 | print(json["message"]) | |
| 531 | + time.sleep(5) | ||
| 529 | 532 | os._exit(1) | |
| 530 | 533 | ||
| 531 | 534 | def __do_request(self, post_data): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments