Skip to content

Commit

Permalink
Update main.py to correctly mention it's a Flask app
Browse files Browse the repository at this point in the history
Co-authored-by: Vinay Vyas <[email protected]>
  • Loading branch information
gtondello and vinay-google authored Jan 3, 2025
1 parent 9fc8f2f commit 7c6fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/user-auth-app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""The main script for the project, which starts an Express app
"""The main script for the project, which starts a Flask app
to listen to HTTP requests from Chat events and the OAuth flow callback."""

import logging
Expand Down

0 comments on commit 7c6fdc4

Please sign in to comment.