small changes

This commit is contained in:
Nick Walton
2019-04-08 19:01:27 -06:00
parent 5dd5d539e6
commit 0fd48dc5dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import pdb
import os
os.environ['GOOGLE_APPLICATION_CREDENTIALS']="/home/nickwalton/git/DM-Server/AI-Adventure-1f64082e4e50.json"
#os.environ['GOOGLE_APPLICATION_CREDENTIALS']="/home/nickwalton00/DM-Server/AI-Adventure-1f64082e4e50.json"
from google.cloud import storage
from google import cloud
+2 -2
View File
@@ -10,8 +10,8 @@ var action_list = ["You attack", "You tell", "You use", "You go"]
var prompt_num = 0
var seed_max = 100
var seed_min = 0
var seed = 100
//var seed = Math.floor(Math.random() * (+seed_max - +seed_min)) + +seed_min;
var seed = Math.floor(Math.random() * (+seed_max - +seed_min)) + +seed_min;
console.log("Seed is ", seed)
var StoryTracker = {
firstStory: null,