
Bugger of a bug.
By: a guest on
Dec 23rd, 2012 | syntax:
None | size: 0.85 KB | hits: 45 | expires: Never
$ python2.7 source/main.py
Pastebin Subscriber by CellistOctavia (Version Alpha 2.1)
IMPORTANT: When quitting this program, do so by pressing Ctrl+C only!
Checking for new pastes every 30 seconds from the following users:
DiscWard
Cerenth
Raritan
Cog
Etiquette
Slasher_Science
Homo_Novus
Nebulus
Traceback (most recent call last):
File "source/main.py", line 368, in <module>
subscribed_pastes_current = get_subscribed_pastes()
File "source/main.py", line 256, in get_subscribed_pastes
subscribed_pastes_temp.append(get_user_info_pastes(user_page))
File "source/main.py", line 232, in get_user_info_pastes
info = get_user_info(user_page)
File "source/main.py", line 193, in get_user_info
while not re.search(",", user_stats_raw) == None:
UnboundLocalError: local variable 'user_stats_raw' referenced before assignment