Made changes to allow internet access

This commit is contained in:
Dan Dembinski
2020-03-06 14:06:38 -05:00
parent 56b84fea08
commit a36d735ec2
2 changed files with 3 additions and 2 deletions

View File

@@ -56,4 +56,6 @@ def updateFeeds(userID):
y = y + 1
showCheck = [] # Clear out the array for the next podcast
if __name__ == "__main__":
app.run(host='0.0.0.0', debug=True)