~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/vomun.py

  • Committer: AJ00200
  • Date: 2011-11-25 22:33:16 UTC
  • Revision ID: git-v1:72df4f3fdd1f779adf7358468417dbcd7f9f59db
Every block we get is now stored.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    
54
54
    libs.browser.open('http://localhost:7777/')
55
55
    
 
56
    # Start the storage database
 
57
    import libs.storage.manager
 
58
    libs.storage.manager.start()
 
59
    
56
60
    # Start the API
57
61
    ## main loop
58
62
    while libs.globals.global_vars['running']: