This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class Elog:
|
||||
def screenshot(self, message="", **kwargs):
|
||||
filepath = self._screenshot.shoot(**kwargs)[0]
|
||||
kwargs["attachments"] = [filepath]
|
||||
self.post(message, **kwargs)
|
||||
return self.post(message, **kwargs)
|
||||
|
||||
def get_default_elog_instance(url, **kwargs):
|
||||
kwargs.setdefault("user", getuser())
|
||||
|
||||
Reference in New Issue
Block a user