Showing 2 changed files with 3 additions and 1 deletions
+1
newsProxy.py
... ...
@@ -165,6 +165,7 @@ if __name__ == "__main__":
165 165
   # ~ newsParser.newsBFM.article("https://www.bfmtv.com/sante/rrisque-accru-de-developper-le-syndrome-de-guillain-barre-avec-le-vaccin-johnson-johnson_AN-202107120507.html")
166 166
   # ~ newsParser.newsFrandroidCom.article("https://www.frandroid.com/comment-faire/tutoriaux/986141_pass-sanitaire-europeen-comment-le-telecharger-pour-voyager-sereinement")
167 167
   # ~ newsParser.newsWaPo.article("https://www.washingtonpost.com/business/interactive/2021/pandora-papers-offshore-finance/")
168
+  # ~ newsParser.newsWaPo.article("https://www.washingtonpost.com/technology/2021/05/14/pimeyes-facial-recognition-search-secrecy/")
168 169
   
169 170
   try:
170 171
     webServer.serve_forever()
+2 -1
start.sh
... ...
@@ -1,3 +1,4 @@
1 1
 #!/bin/bash
2
-python3 newsProxy.py
2
+cd /home/ycawidro/dev/newsProxy
3
+screen -S news python3 newsProxy.py
3 4