[CalendarServer-changes] [14341] CalendarServer/trunk/calendarserver/tools/dashboard.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 24 09:29:59 PST 2015


Revision: 14341
          http://trac.calendarserver.org//changeset/14341
Author:   cdaboo at apple.com
Date:     2015-01-24 09:29:59 -0800 (Sat, 24 Jan 2015)
Log Message:
-----------
Missing __init__ arg.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/dashboard.py

Modified: CalendarServer/trunk/calendarserver/tools/dashboard.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/dashboard.py	2015-01-24 17:26:46 UTC (rev 14340)
+++ CalendarServer/trunk/calendarserver/tools/dashboard.py	2015-01-24 17:29:59 UTC (rev 14341)
@@ -103,7 +103,7 @@
             d.run()
         curses.wrapper(_wrapped)
     else:
-        d = Dashboard(None, False)
+        d = Dashboard(server, None, False)
         d.run()
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150124/208044e7/attachment.html>


More information about the calendarserver-changes mailing list