Module update
This commit is contained in:
parent
933e90e189
commit
6a560c7760
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
config.py
|
||||
*.warn
|
||||
*.log
|
||||
.settings
|
||||
*~
|
||||
messages.*
|
||||
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
2
protocol
2
protocol
@ -1 +1 @@
|
||||
Subproject commit 6ac1b584fb53aeb58c1b9809fff306a56dd32400
|
||||
Subproject commit 70c458d34951cfbf1bddcf4a35fe7112797b106b
|
2
report
2
report
@ -1 +1 @@
|
||||
Subproject commit 98fea3a4d45ba906d08a8ebc90525fb3592f06be
|
||||
Subproject commit 25889f225b3593d515e37bebffef21458c961f64
|
@ -1 +1 @@
|
||||
Subproject commit 127ef51719f2fdbc6699f7e0751f9d92f6773f0f
|
||||
Subproject commit b1a3f75e6135929acab149028df3d4bbe7fdb28c
|
@ -1 +1 @@
|
||||
Subproject commit b86248c1a3a3456e489e007857271106e1ecf090
|
||||
Subproject commit 76d8ae9b1bfd894bc5f4b830394ce0552120a508
|
2
task
2
task
@ -1 +1 @@
|
||||
Subproject commit d3fbc5934051ab165723ca37e8f02596329f174a
|
||||
Subproject commit bbc3c6f93588942087d617e33bc5797041ae2658
|
@ -22,9 +22,9 @@ def help_msg():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
report.appLoggingConfigure(os.path.dirname(__file__), 'logfile', config.loggers)
|
||||
report.appLoggingConfigure(os.path.dirname(__file__), config.LOGTARGET, ((config.APP_NAME, 'DEBUG'), ), fmt=config.formatter, host=config.LOGHOST, port=config.LOGPORT)
|
||||
c = tcp_socket.tcp_client_stp(config.server_ip, config.server_port)
|
||||
prot = protocol.my_client_protocol(c, secret=config.secret)
|
||||
prot = protocol.my_client_protocol(c, secret=config.secret, channel_name='leyk')
|
||||
target_dict = {
|
||||
'bakehouse': [prot.DID_BAKE_HOUSE, ],
|
||||
'bakery': [prot.DID_BAKERY, ],
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 62f13e2d878b09b81d094c2f77dbd830d72be2c7
|
||||
Subproject commit 71466927127e16820ec0c670336b1c5b4547d3e7
|
Loading…
x
Reference in New Issue
Block a user