Skip to content
Snippets Groups Projects
Commit 535dd1f7 authored by Simon Sandberg's avatar Simon Sandberg
Browse files

Update server.py

parent 4d22cf0d
No related branches found
No related tags found
No related merge requests found
......@@ -45,14 +45,7 @@ def get_info():
"programming" : obj["Programming"]
}
return{
'Name' : 'geek',
'Age' : '22',
'Date' : x,
"programming" : 'python'
}
if __name__ == '__main__':
app.run(debug=True)
\ No newline at end of file
app.run(debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment