Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolh123 committed Jan 26, 2020
1 parent 9904fc0 commit 2cb4f04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added __pycache__/atom.cpython-36.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ def get_bot_response(message: Dict[str, str], bot_handler: Any) -> str:
break

html = urlopen(store)
print(store)
title = BeautifulSoup(html, 'html.parser').find("title").text
title = title[:-12]
print(title)
Expand Down
4 changes: 3 additions & 1 deletion equations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ NH3+O2+ H2O+NO+432
B2Br6+HNO3+ BNO33+HBr+237
12H2O+KAlSO42+NH4OH+ AlOH3+H2O+KOH+N2H8SO4+198
CnH2n+O2+ CO2+H20+2n
A+B+ AB+200
A+B+ AB+200
C6H6+O2+ CO2+H2O+300
CH4+O2+ CO2+H2O+301

0 comments on commit 2cb4f04

Please sign in to comment.