pseudokod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-23 18:47:55 +02:00
parent eca394e7b7
commit 31dee1b7d5
2 changed files with 65 additions and 30 deletions

View File

@ -1,10 +1,11 @@
import os, sys, getopt, json
import getopt
import json
import os
import sys
from Crypto.PublicKey import RSA
from Crypto.PublicKey.RSA import RsaKey
import ftplib
ABSOLUTE_PATH = os.path.abspath(os.path.dirname(sys.argv[0]))
DOWNLOAD_LOCATION = ABSOLUTE_PATH + os.path.sep + 'download' + os.path.sep
CONFIG_LOCATION = ABSOLUTE_PATH + os.path.sep + 'config' + os.path.sep + 'config.txt'