Explorar o código

Ugh, another typo

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
acf37ac2a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/utils/__init__.py

+ 1 - 1
celery/utils/__init__.py

@@ -339,7 +339,7 @@ def nodesplit(nodename):
 
 def default_nodename(hostname):
     name, host = nodesplit(hostname or '')
-    return nodename(name or NODENAME_DEFAUALT, host or socket.gethostname())
+    return nodename(name or NODENAME_DEFAULT, host or socket.gethostname())
 
 # ------------------------------------------------------------------------ #
 # > XXX Compat