Skip to content

Commit

Permalink
Update endpoints.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara authored May 16, 2021
1 parent 856b907 commit fd7ad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanzocam/web_ui/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from flask import Flask, Response, render_template, redirect, url_for, abort, request

import constants
from web_ui import pages, api, utils, video_feed
from web_ui import pages, api, utils


app = Flask(__name__)
Expand Down

0 comments on commit fd7ad6b

Please sign in to comment.