Subversion Repositories SmartDukaan

Rev

Rev 13144 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13144 Rev 20088
Line 80... Line 80...
80
    global client
80
    global client
81
    if client is None:
81
    if client is None:
82
        client = Client(RED_EXPRESS_URL, timeout=70)
82
        client = Client(RED_EXPRESS_URL, timeout=70)
83
    return client
83
    return client
84
 
84
 
85
defaultUndeliveredAsssigneeId = 47
85
defaultUndeliveredAsssigneeId = 65
86
dtrUndeliveredAsssigneeId = 33
86
dtrUndeliveredAsssigneeId = 33
87
 
87
 
88
from_user = 'cnc.center@shop2020.in'
88
from_user = 'cnc.center@shop2020.in'
89
from_pwd = '5h0p2o2o'
89
from_pwd = '5h0p2o2o'
90
to = ['cnc.center@shop2020.in', "amit.sirohi@shop2020.in", "sandeep.sachdeva@shop2020.in", "sunil.kumar@shop2020.in", "rajveer.singh@shop2020.in"]
90
to = ['cnc.center@shop2020.in', "amit.sirohi@shop2020.in", "sandeep.sachdeva@shop2020.in", "sunil.kumar@shop2020.in", "rajveer.singh@shop2020.in"]