Guest User

Untitled

a guest
Jul 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. def file_exists(self):
  2. if self.api_data["exists"]:
  3. return self.api_data["exists"]
  4. elif self.html[0] and re.search(r"The file has been deleted", self.html[0]) == None:
  5. return True
  6. return False
Add Comment
Please, Sign In to add comment