Advertisement
Guest User

Bugger of a bug.

a guest
Dec 23rd, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ python2.7 source/main.py
  2.  
  3. Pastebin Subscriber by CellistOctavia (Version Alpha 2.1)
  4.  
  5. IMPORTANT: When quitting this program, do so by pressing Ctrl+C only!
  6.  
  7. Checking for new pastes every 30 seconds from the following users:
  8. DiscWard
  9. Cerenth
  10. Raritan
  11. Cog
  12. Etiquette
  13. Slasher_Science
  14. Homo_Novus
  15. Nebulus
  16. Traceback (most recent call last):
  17. File "source/main.py", line 368, in <module>
  18. subscribed_pastes_current = get_subscribed_pastes()
  19. File "source/main.py", line 256, in get_subscribed_pastes
  20. subscribed_pastes_temp.append(get_user_info_pastes(user_page))
  21. File "source/main.py", line 232, in get_user_info_pastes
  22. info = get_user_info(user_page)
  23. File "source/main.py", line 193, in get_user_info
  24. while not re.search(",", user_stats_raw) == None:
  25. UnboundLocalError: local variable 'user_stats_raw' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement