Ask user to reload Humbug after running sync-subscriptions.

(imported from commit d374d5b8eefd4240b8b11f83080fcdf2ff3cadaf)
This commit is contained in:
Waseem Daher 2012-11-15 10:40:10 -05:00
parent c571c997b3
commit ca351f3ddc

View file

@ -534,6 +534,9 @@ to these .zephyrs.subs lines, please do so via the Humbug
web interface. web interface.
""")) """))
print print
if verbose:
print
print "IMPORTANT: Please reload the Humbug app for these changes to take effect."
def valid_stream_name(name): def valid_stream_name(name):
return name != "" return name != ""