Skip to content

Commit 62de373

Browse files
committed
#
1 parent 0d68a72 commit 62de373

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pandas__examples/Analysis jira/download_jira_log.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
HEADERS = {
99
'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0',
1010
}
11+
12+
# NOTE. Get <PEM_FILE_NAME>: openssl pkcs12 -nodes -out key.pem -in file.p12
1113
PEM_FILE_NAME = 'ipetrash.pem'
1214

1315
FILE_NAME = 'jira_log__clear.xml'

web_servers/show_job_report/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
logging.basicConfig(level=logging.DEBUG)
1515

1616

17-
# Добавление пути основной папки репозитория, чтобы импортировать модуль download_volume_readmanga
17+
# Добавление пути основной папки репозитория, чтобы импортировать из job_report.utils
1818
import os
1919
dir = os.path.dirname(__file__)
2020
dir = os.path.dirname(dir)

0 commit comments

Comments
 (0)