Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Nov 6, 2019
1 parent 2c73a29 commit 4f5dc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/snapback/static/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ body {

.select2-container .select2-choice {
border-radius: 0;

}
4 changes: 2 additions & 2 deletions applications/visualizations/epg-bubbles.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ def index():
print('Getting data from APIC....')
get_data_from_apic(args.url, args.login, args.password)

print('Running server. Point your browser to http://%s:%s' % (args.ip,)
args.port)
print('Running server. Point your browser to http://%s:%s' % (args.ip,
args.port))
flask_app.run(debug=False, host=args.ip, port=int(args.port))

0 comments on commit 4f5dc87

Please sign in to comment.