File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ async-generator==1.10
2+ attrs==21.4.0
3+ beautifulsoup4==4.10.0
4+ beautifultable==1.0.1
5+ certifi==2021.10.8
6+ cffi==1.15.0
7+ charset-normalizer==2.0.12
8+ cryptography==36.0.1
9+ h11==0.13.0
10+ idna==3.3
11+ outcome==1.1.0
12+ pycparser==2.21
13+ pyOpenSSL==22.0.0
14+ PySocks==1.7.1
15+ requests==2.27.1
16+ selenium==4.1.2
17+ sniffio==1.2.0
18+ sortedcontainers==2.4.0
19+ soupsieve==2.3.1
20+ trio==0.20.0
21+ trio-websocket==0.9.2
22+ urllib3==1.26.8
23+ wcwidth==0.2.5
24+ wsproto==1.1.0
Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ def proccess_beautiful_soup_data(soup):
141141 print (' =====> Data saved successfully !!!' )
142142 print ()
143143 elif choice == 3 :
144- pass
144+ print ('Thank you for using !!!' )
145+ break
145146
146147 elif choice == 4 :
147148 print ('Thank you for using !!!' )
You can’t perform that action at this time.
0 commit comments