(self)
| 54 | Urls.url.append(url) |
| 55 | |
| 56 | def output(self): |
| 57 | if self.format not in ["json", "xlsx"]: |
| 58 | errMsg = "Ouput args is error,eg(json,xlsx default:xlsx)" |
| 59 | logging.error(errMsg) |
| 60 | exit(0) |
| 61 | Save.format = self.format |
| 62 | |
| 63 | def get_ip(self): |
| 64 | try: |