internal files
This commit is contained in:
2
test2.py
2
test2.py
@@ -17,6 +17,7 @@ from solrfet2020 import SolrFet2020
|
||||
from slugify import slugify
|
||||
|
||||
import wiki
|
||||
import internfiles
|
||||
|
||||
#logging.basicConfig(level=logging.INFO)
|
||||
URL_HOSTNAME='bot.2020.fet.at'
|
||||
@@ -65,6 +66,7 @@ def auth_user(user_id, token):
|
||||
return "development"
|
||||
|
||||
app.register_blueprint(wiki.bp)
|
||||
app.register_blueprint(internfiles.bp)
|
||||
|
||||
def download_file(url):
|
||||
local_filename = url.split('/')[-1]
|
||||
|
||||
Reference in New Issue
Block a user