Merge pull request #15 from fin-tic/dev

update 1.3.2
This commit is contained in:
Justin 2023-02-04 22:17:44 +08:00 committed by GitHub
commit 93a0da3a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,6 @@
# This code can not be copied and/or distributed without the express # This code can not be copied and/or distributed without the express
# permission of Fintic # permission of Fintic
import psutil
import finnhub import finnhub
import time import time
import csv import csv

View File

@ -67,7 +67,7 @@
<!-- CSS Stylesheet linking --> <!-- CSS Stylesheet linking -->
<!-- <link href="{{ url_for('static', filename='style.css') }}" type="text/css" rel="stylesheet" /> ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING --> <!-- <link href="{{ url_for('static', filename='style.css') }}" type="text/css" rel="stylesheet" /> ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.3.1"/> <link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.3.2"/>
</head> </head>
@ -122,7 +122,7 @@
</div> </div>
</div> </div>
<p class="text-white" id="version-text">Version 1.3.1</p> <p class="text-white" id="version-text">Version 1.3.2</p>
</nav> </nav>
<!-- End logo bar --> <!-- End logo bar -->
@ -7621,7 +7621,7 @@
<script src="{{ url_for('static', filename='js/jquery-2.1.1.js') }}"></script> <script src="{{ url_for('static', filename='js/jquery-2.1.1.js') }}"></script>
<!-- <script src="{{ url_for('static', filename='app.js') }}"></script>. ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING --> <!-- <script src="{{ url_for('static', filename='app.js') }}"></script>. ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
<script type='text/javascript' src='../static/app.js?ver=1.3.1'></script> <script type='text/javascript' src='../static/app.js?ver=1.3.2'></script>
<script> <script>