We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d68a72 commit 62de373Copy full SHA for 62de373
pandas__examples/Analysis jira/download_jira_log.py
@@ -8,6 +8,8 @@
8
HEADERS = {
9
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0',
10
}
11
+
12
+# NOTE. Get <PEM_FILE_NAME>: openssl pkcs12 -nodes -out key.pem -in file.p12
13
PEM_FILE_NAME = 'ipetrash.pem'
14
15
FILE_NAME = 'jira_log__clear.xml'
web_servers/show_job_report/main.py
@@ -14,7 +14,7 @@
logging.basicConfig(level=logging.DEBUG)
16
17
-# Добавление пути основной папки репозитория, чтобы импортировать модуль download_volume_readmanga
+# Добавление пути основной папки репозитория, чтобы импортировать из job_report.utils
18
import os
19
dir = os.path.dirname(__file__)
20
dir = os.path.dirname(dir)
0 commit comments