master
Kostanjevec 2022-07-07 17:17:11 +02:00
parent 48b1411cbf
commit becc7e50ed
1 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,4 @@
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from create_db import Card, get_session
from get_files import get_file_list
from config import CONFIG
import nextcloud_client
@ -14,8 +10,6 @@ nc.login(CONFIG['NC_USER'],CONFIG['NC_PASSWORD'])
l = nc.list("/GIA CLOUD")
#stuff = get_file_list()
for item in l:
if item.get_name()[-4:] == ".pdf":
name = item.get_name()