~fabien-morin/unifield-wm/fm-us-3048

« back to all changes in this revision

Viewing changes to run_last_sync.py

  • Committer: Fabien MORIN
  • Date: 2017-07-26 13:24:21 UTC
  • Revision ID: fabien.morin@tempo-consulting.fr-20170726132421-0khgypw9zaxk5tpp
US-3048 [FIX] use xmlrpc instead of netrpc as it has been removed from the
possible values of protocols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                server=client,
48
48
                name=name,
49
49
                synchro={
50
 
                    'protocol' : 'netrpc',
 
50
                    'protocol' : 'xmlrpc',
51
51
                    'host' : config.server_host,
52
 
                    'port' : config.netrpc_port,
 
52
                    'port' : config.server_port,
53
53
                    'database' : Synchro.name,
54
54
                    'login' : name,
55
55
                    'password' : name,