Skip to content

Commit

Permalink
Adds mention of duration for initial uncached run.
Browse files Browse the repository at this point in the history
Fixes #9749
(cherry picked from commit f9a7281)
  • Loading branch information
wagnerrp committed Apr 24, 2011
1 parent 4fe108c commit 56c54fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythtv/bindings/python/scripts/mythwikiscripts
Expand Up @@ -6,7 +6,8 @@ import os.path
import sys

if __name__ == '__main__':
banner = 'MythTV Interactive Script Downloader.'
print "MythTV Interactive Script Downloader."
print "This script parses the wiki, and may take several minutes."
tic = time()
scripts = getScripts()
print 'Loading took %0.2f seconds' % (time()-tic)
Expand Down

0 comments on commit 56c54fa

Please sign in to comment.