Bug #152
Twitter logging module patch
| Status: | Resolved | Start date: | 02/20/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Glastopf | Spent time: | - | |
| Target version: | - | |||
| Resolution: |
Description
This patch fixes the following problems:
- Recursive initialization (glastwitter.Timed initializes itself and glastwitter.Twitter, glastwitter.Twitter initializes glastwitter.Timed for no reason)
- webserver.py loads glastwitter for its cancelit method, which initializes the Twitter module even if it is disabled
- Method calls in the wrong place (
twitter.tweet(message)instead ofself.tweet(message)) - #80
History
Updated by Lukas Rist about 2 years ago
- Status changed from New to Resolved