No longer call notifications after login
authorAlex Schroeder <alex@gnu.org>
Thu, 15 Aug 2019 09:22:43 +0000 (11:22 +0200)
committerAlex Schroeder <alex@gnu.org>
Thu, 15 Aug 2019 09:22:43 +0000 (11:22 +0200)
This should be up to the user.

README.md
jan-pona-mute.py

index 794f70ecadc34659771af178eb61af5d090ccd2b..7e8c5bd530d12169cdee79b9e771e63c6af463ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Username and pod set: kensanata@pluspora.com
 > password *secret*
 Password set
 > login
+> notifications
  1. 2019-08-13T19:40:17.000Z Joe Doe has liked your post I've started writing...
  2. 2019-08-13T17:59:23.000Z Joe Doe commented on your post Please help me wi...
  3. 2019-08-13T17:03:45.000Z Jane Doe has liked your post I've started writin...
@@ -82,7 +83,9 @@ written. If none exists, the first one is going to be created by the
 `save` command.
 
 Any further commands you put into the file are simple executed as if
-you were to type them every time you start the program.
+you were to type them every time you start the program. A simple
+change would be to add `notifications` as a command to the end of the
+file.
 
 Notes
 -----
index ace17f0459d64c0bb8f3ec60c01ca92ee2133c2a..cd13aa589f6d3cd07b39b2c62ca81ebfdc2473a6 100755 (executable)
@@ -236,7 +236,6 @@ enter a number to select the corresponding item.
                 pod = "https://%s" % self.pod, username = self.username, password = self.password)
             try:
                 self.connection.login()
-                self.onecmd("notifications")
             except diaspy.errors.LoginError:
                 print("Login failed.")