Diff
Differences From Artifact [b1c153b5bc]:
- File channels/dirble.py — part of check-in [cf32efcb61] at 2015-04-30 20:54:10 on branch trunk — Implement state: mapping (though no idea what 0-2 mean), and make default API key internally predefined again. (user: mario, size: 4390) [annotate] [blame] [check-ins using]
To Artifact [db262a5d06]:
- File channels/dirble.py — part of check-in [d0a9fca2bd] at 2015-05-06 00:07:54 on branch trunk — Fix some print and log statements. (user: mario, size: 4368) [annotate] [blame] [check-ins using]
57 58 59 60 61 62 63 | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | - | key = "a0bdd7b8efc2f5d1ebdf1728b65a07ece4c73de5" # Retrieve cat list and map def update_categories(self): cats = [] for row in self.api("categories/tree"): |