Kaydet (Commit) 95f2423f authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

convert to miliseconds

üst 59e2dcc4
......@@ -93,6 +93,10 @@ c_call(PyObject *self, PyObject *args)
tuple = PyTuple_New(0);
}
if (timeout != -1) {
timeout = timeout * 1000;
}
DBusConnection *conn;
DBusError err;
DBusMessage *msg, *reply;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment