Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
iso8583-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c865e1be
authored
May 12, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed append_others()
1 parent
4388594a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
CHANGES.txt
iso8583_web/read_conf.py
CHANGES.txt
View file @
c865e1b
0.1.7 2020-05-12
----------------
- Bug fixed append_others()
0.1.6 2020-04-09
----------------
- web-client.py tambah --conf untuk ISO8583 multi.
...
...
iso8583_web/read_conf.py
View file @
c865e1b
...
...
@@ -80,11 +80,11 @@ def append_others(cfg, conf, section):
continue
cfg
[
key
]
=
val
# Konfigurasi tambahan terkait modul
section
=
'module_'
+
cfg
[
'module'
]
if
not
conf
.
has_section
(
section
):
return
for
key
,
val
in
conf
.
items
(
section
):
cfg
[
key
]
=
val
#
section = 'module_' + cfg['module']
#
if not conf.has_section(section):
#
return
#
for key, val in conf.items(section):
#
cfg[key] = val
def
read_conf
(
conf_file
):
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment