Skip to content

Commit

Permalink
fine tuning of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Nov 25, 2018
1 parent 07750e1 commit cf04de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions autowx2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
from autowx2_functions import * # all functions and magic hidden here

from autowx2_webserver import *
from threading import Thread


# ------------------------------------------------------------------------------------------------------ #

Expand Down
3 changes: 0 additions & 3 deletions autowx2_webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
from autowx2_conf import *

from flask import Flask, render_template
from threading import Thread

# satellites = list(satellitesData)
# qth = (stationLat, stationLon, stationAlt)



app = Flask(__name__, template_folder="var/flask/templates/", static_folder='var/flask/static') # " template_folder="var/flask/templates/"

body="hello!"
Expand Down

0 comments on commit cf04de5

Please sign in to comment.