Global Cube il y a 2 ans
Parent
commit
532f4294e2
3 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 2 1
      app/templates/home.html
  2. 1 1
      requirements.txt
  3. 1 1
      uwsgi.ini

+ 2 - 1
app/templates/home.html

@@ -5,7 +5,8 @@
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
     <title>Global Cube</title>
-    <link id="favicon" type="image/x-icon" rel="icon" href="static/favicon.ico">
+    <link id="favicon" type="image/x-icon" rel="icon" href="/static/favicon.ico">
+    <link rel="icon" href="/static/img/CUBE.png">
   </head>
   
   <body>

+ 1 - 1
requirements.txt

@@ -1,5 +1,5 @@
-bs4
 Flask>=2.2.0
+beautifulsoup4
 pandas
 sqlalchemy
 zipfile

+ 1 - 1
uwsgi.ini

@@ -3,5 +3,5 @@ module = main
 callable = app
 master = true
 touch-reload = /app/uwsgi.ini
-
+# debug = true