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
I have been thinking about this issue for many months and I didn't have enough courage to write it. Then someone else did it. :D
It would be nice if there would be some debug mode. My idea is to log every work in the console if it is possible. For example, the log would look like this:
Connecting to Steam API
Downloading info about app 12544
Downloading info about app 12844 - fail - too many connections
Loading list of wishlisted games
Adding icons for shown giveaways
Hidding hidded games
Calling function foo()
and so on
So it would show just errors but also successes. I am not sure if it is possible to do it some automatically, or you would have to make it whole.
Yeah, that would require a complete rewrite of the script, as far as I know, and it could slow things down (logging things to the console slows down the execution of the script).
No description provided.
The text was updated successfully, but these errors were encountered: