README.md update (images)

This commit is contained in:
Sam 2018-06-15 11:18:29 +02:00
parent ac7c7a41eb
commit 42934150e4
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 KiB

After

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 KiB

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -8,7 +8,7 @@ from flask import Blueprint, current_app, jsonify, request, send_file
from sqlalchemy import exc
from ..users.utils import (
User, authenticate, verify_extension, can_view_activity
User, authenticate, can_view_activity, verify_extension
)
from .models import Activity
from .utils import (