You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing: Is the script currently not working? Whenever I try do run it it says The application does not exists, please report this to the dev. (the problem is telegram).
Wouldn't it be better to replace the sys.exit with something that doesn't exit the program return None or sth similar and not quit the whole program?
Moreover: an improvement would be to have a different error that tells you which program you have to report to the dev :) Sth like The application telegram does not exists yet, please report this to the dev.
If you want I can do this, but I think you understand your program better than I do, so you're rpobably faster
The text was updated successfully, but these errors were encountered:
andia89
pushed a commit
to andia89/Hardcode-Tray
that referenced
this issue
May 27, 2015
The problem is in get_icons the error shows now the application name and i used print to not stop the script; i really don't know why it's not working with telegram :/
Another thing: Is the script currently not working? Whenever I try do run it it says
The application does not exists, please report this to the dev.
(the problem istelegram
).Wouldn't it be better to replace the
sys.exit
with something that doesn't exit the programreturn None
or sth similar and not quit the whole program?Moreover: an improvement would be to have a different error that tells you which program you have to report to the dev :) Sth like
The application telegram does not exists yet, please report this to the dev.
If you want I can do this, but I think you understand your program better than I do, so you're rpobably faster
The text was updated successfully, but these errors were encountered: