Weather add#13
Conversation
.idea/vcs.xml
Outdated
| <component name="VcsDirectoryMappings"> | ||
| <mapping directory="$PROJECT_DIR$" vcs="Git" /> | ||
| </component> | ||
| </project> No newline at end of file |
There was a problem hiding this comment.
no need to check in this file
|
Hi @antixcode6, thank you for taking the time to add a new module. |
config.py
Outdated
| ACCESS_TOKEN = '<ACCESS_TOKEN>' | ||
| VERIFY_TOKEN = '<VERIFY_TOKEN>' | ||
| WIT_AI_ACCESS_TOKEN = 'IKJJJYYVR3X672DHFVS7U7C4L2MQSS2P' | ||
| OPEN_WEATHER_MAP_ACCESS_TOKEN = 'adee94563461cdf1dcfe25956aea10ae' |
There was a problem hiding this comment.
Replace the token with the placeholder, i've set it up on the server.
|
Whoa, that was fast! |
70a69c4 to
656727f
Compare
|
Worked on the further suggestions; was just curious if module was good to go |
| from src import * | ||
|
|
||
| WIT_AI_ACCESS_TOKEN = os.environ.get('WIT_AI_ACCESS_TOKEN', config.WIT_AI_ACCESS_TOKEN) | ||
|
|
There was a problem hiding this comment.
add a blank line here to remove this file from diff
|
See here https://github.com/swapagarwal/JARVIS-on-Messenger/pull/13/files |
|
Why delete movie.py? |
|
Was just trying to remove it from this pull request since it had no place being there |
No description provided.