diff --git a/__pycache__/main.cpython-37.pyc b/__pycache__/main.cpython-37.pyc new file mode 100644 index 0000000..4021a17 Binary files /dev/null and b/__pycache__/main.cpython-37.pyc differ diff --git a/main.py b/main.py index e2a4c0f..da8b733 100644 --- a/main.py +++ b/main.py @@ -24,11 +24,6 @@ app = Flask(__name__) def root(): # For the sake of example, use static information to inflate the template. # This will be replaced with real information in later steps. - dummy_times = [datetime.datetime(2018, 1, 1, 10, 0, 0), - datetime.datetime(2018, 1, 2, 10, 30, 0), - datetime.datetime(2018, 1, 3, 11, 0, 0), - ] - return render_template('index.html') @@ -40,5 +35,5 @@ if __name__ == '__main__': # the "static" directory. See: # http://flask.pocoo.org/docs/1.0/quickstart/#static-files. Once deployed, # App Engine itself will serve those files as configured in app.yaml. - app.run(host='127.0.0.1', port=8080, debug=True) + app.run(host='127.0.0.1', port=8090, debug=True) # [START gae_python37_render_template] diff --git a/static/dungeondream.txt b/static/dungeondream.txt new file mode 100644 index 0000000..e7d5c03 --- /dev/null +++ b/static/dungeondream.txt @@ -0,0 +1,3 @@ +Adventurer@DungeonDream:~$ +Welcome to the Dungeon.
Here you will embark on an epic journey through the dreams of an AI to claim victory on your quest.
+Good luck
diff --git a/templates/dungeondream.txt b/templates/dungeondream.txt deleted file mode 100644 index e41bc65..0000000 --- a/templates/dungeondream.txt +++ /dev/null @@ -1,6 +0,0 @@ -jeff@weisbein:~$ cat jeffweisbein.txtI majored in Business Administration with a concentration in Finance. I graduated Summa Cum Laude.
-I'm the founder and CEO of BestTechie and KYA.
-I love to read, listen to music, and travel.
-If you would like to get in touch with me, whether it be for tech support, a business venture, or to just say hi, feel free to send me an email or a tweet. My email address is: jeff@besttechie.com and my Twitter is: @jeffweisbein. -And if you haven't already, be sure to check out my tech publication http://www.besttechie.com and analytics startup https://getkya.com.
diff --git a/templates/index.html b/templates/index.html index 5f410b0..1edcdac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@ THE SOFTWARE. --> -