Skip to content

Commit

Permalink
Update takeover.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ll0k committed Oct 20, 2020
1 parent 18a19fc commit ff247a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions takeover.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@
'Surveygizmo' : {'error':r'data-html-name'},
'Mashery' : {'error':r'Unrecognized domain <strong>'},
'Divio' : {'error':r'Application not responding'},
'feedpress' : {'error':'The feed has not been found.'},'readme':{'error':'Project doesnt exist... yet!'}, 'statuspage':{'error':'You are being <a href=\'https>
'feedpress' : {'error':'The feed has not been found.'},
'readme' : {'error':'Project doesnt exist... yet!'},
'statuspage'. : {'error':'You are being <a href=\'https>'},
'zendesk' : {'error':'Help Center Closed'},
'worksites.net' : {'error':'Hello! Sorry, but the webs>
'smugmug' : {'error':''},
'worksites.net' : {'error':'Hello! Sorry, but the webs>'}
}
def plus(string):
print('{0}[ + ]{1} {2}'.format(g,e,string))
Expand Down

0 comments on commit ff247a7

Please sign in to comment.