mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: fqdn method to get fqdn
This commit is contained in:
parent
7137c49ec5
commit
3da19f47b7
@ -145,7 +145,7 @@ def uniq_list(l):
|
||||
return OrderedDict.fromkeys(l).keys()
|
||||
|
||||
def fqdn():
|
||||
return socket.gethostname()
|
||||
return socket.getfqdn()
|
||||
|
||||
#----------------------------------------------------------
|
||||
# RunBot Models
|
||||
|
Loading…
Reference in New Issue
Block a user