You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("There was a problem while attempting to submit the read for the wiki page "+str(wiki_name) +" via the URL "+str(e.geturl()) +". The HTTP response code was "+str(e.getcode()))
print("There was a problem while attempting to submit the read for the wiki page '"+str(wiki_name) +"' via the URL "+str(e.geturl()) +". The HTTP response code was "+str(e.getcode()))
0 commit comments