scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

Remove urllib from google_places.py #29

Closed tacigomess closed 4 years ago

tacigomess commented 4 years ago

Instead urllib.urlopen use requests.get()

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #29   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           4     4           
  Lines         218   217    -1     
====================================
+ Misses        218   217    -1
Impacted Files Coverage Δ
google_places.py 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5d78c2...37c8321. Read the comment docs.