diff options
Diffstat (limited to 'h-client')
-rw-r--r-- | h-client/hclient.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/h-client/hclient.py b/h-client/hclient.py index 17a1bb7..1e64f16 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -635,7 +635,8 @@ class hclient: def delete_event(self, widget, event, data=None): self.client.logout() - os.system('rm -f tmp/cookie') + os.system('rm -f tmp/cookies.txt') + os.system('rm -f tmp/temp') gtk.main_quit() return False |