Skip to content

Commit 46f3c5f

Browse files
committed
code cleanup
1 parent 4fd3b82 commit 46f3c5f

File tree

2 files changed

+0
-65
lines changed

2 files changed

+0
-65
lines changed

module/.gitignore

Lines changed: 0 additions & 61 deletions
This file was deleted.

services/uploader.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
import os
2-
from flask import Flask, request, redirect, url_for
3-
from werkzeug.utils import secure_filename
4-
51
UPLOAD_FOLDER = '/path/to/the/uploads'
62
ALLOWED_EXTENSIONS = set(['txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif'])

0 commit comments

Comments
 (0)