{{theTime}}

Search This Blog

Total Pageviews

Java Script GET request Sample Code

fetch('https://api.public.com/api')
  .then(response => response.json())
  .then(data => console.log(data))
  .catch(error => console.error(error));

No comments:

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Check the markupsafe version.  To fix the problem install 2.0.1 pip install markupsafe==2.0.1