mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
another fix, thanks @adbenitez
This commit is contained in:
@@ -511,7 +511,7 @@ class Account(object):
|
|||||||
deltachat.clear_context_callback(self._dc_context)
|
deltachat.clear_context_callback(self._dc_context)
|
||||||
del self._dc_context
|
del self._dc_context
|
||||||
atexit.unregister(self.shutdown)
|
atexit.unregister(self.shutdown)
|
||||||
self.pluggy.unregister(self)
|
self.pluggy.unregister(self._evlogger)
|
||||||
|
|
||||||
def set_location(self, latitude=0.0, longitude=0.0, accuracy=0.0):
|
def set_location(self, latitude=0.0, longitude=0.0, accuracy=0.0):
|
||||||
"""set a new location. It effects all chats where we currently
|
"""set a new location. It effects all chats where we currently
|
||||||
|
|||||||
Reference in New Issue
Block a user