mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-11 16:40:40 +00:00
Change the Subscription Logic for Socket.IO Data exchange
This commit is contained in:
@ -11,8 +11,6 @@ from flask import (
|
||||
send_from_directory
|
||||
)
|
||||
from flask_login import current_user, login_required
|
||||
from werkzeug.utils import secure_filename
|
||||
from zipfile import ZipFile
|
||||
from . import bp
|
||||
from . import tasks
|
||||
from .forms import (
|
||||
@ -24,7 +22,6 @@ from .forms import (
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
import glob
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
|
||||
@ -350,4 +347,4 @@ def download_corpus_file(corpus_id, corpus_file_id):
|
||||
attachment_filename=corpus_file.filename,
|
||||
directory=os.path.dirname(corpus_file.path),
|
||||
filename=os.path.basename(corpus_file.path)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user