commit
93a0da3a79
@ -5,7 +5,6 @@
|
||||
# This code can not be copied and/or distributed without the express
|
||||
# permission of Fintic
|
||||
|
||||
import psutil
|
||||
import finnhub
|
||||
import time
|
||||
import csv
|
||||
|
@ -67,7 +67,7 @@
|
||||
<!-- 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 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>
|
||||
|
||||
@ -122,7 +122,7 @@
|
||||
</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>
|
||||
|
||||
<!-- 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='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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user