Browse Source

Removed unnecessary message for new messages (no category now)

Andreas Kopmann 6 years ago
parent
commit
ad519b4511
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scopus_get_publications.py

+ 2 - 1
scopus_get_publications.py

@@ -108,7 +108,8 @@ def update_publications(authids,authname='',scopus_opts = '',max=0):
                     try:
                         catlist = json.loads(cat)
                     except TypeError:
-                        print("No categories upto now")
+			#print("No categories upto now")
+			pass
 
                     if authname not in catlist:
                         catlist += [authname]