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

Change url for geolocation #21

Closed tacigomess closed 4 years ago

tacigomess commented 4 years ago

Geolocation website has change the domain due trademark, now is geolocation-db.com/json the endpoint.

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-09 21:23:50 UTC
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #21   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           3     4    +1     
  Lines         214   218    +4     
====================================
- Misses        214   218    +4
Impacted Files Coverage Δ
config.py 0% <0%> (ø) :arrow_up:
chatbot.py 0% <0%> (ø) :arrow_up:
setup.py 0% <0%> (ø)
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 02f846a...c171af2. Read the comment docs.

satyammittal commented 4 years ago

Hi @tacigomess , you can update your branch by first fetching changes from master and then rebase.

Example:

git fetch
git rebase origin/my-branch