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

Update the geolocation URL #26

Closed tacigomess closed 4 years ago

tacigomess commented 4 years ago

We update the config.py file to add a var geolocation_api. We change the use in the file google_place.py to use direct the var from config.py

pep8speaks commented 4 years ago

Hello @tacigomess! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-03-13 18:53:26 UTC
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #26   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           4     4           
  Lines         216   218    +2     
====================================
- Misses        216   218    +2
Impacted Files Coverage Δ
config.py 0% <0%> (ø) :arrow_up:
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 3d0b130...87a58bb. Read the comment docs.

satyammittal commented 4 years ago

@tacigomess Please fix the pep8 issue listed above. 😄