Changeset 43

Show
Ignore:
Timestamp:
09/24/07 13:23:22 (1 year ago)
Author:
devja..@anarkystic.com
Message:

ah, better

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • photobooth/photobooth.cfg

    r41 r43  
    88enabled = True 
    99#device = /dev/tty.USA19H1d1P1.1 
    10 device = /dev/tty.usbserial-A3Q608W5 
    11 #device = /dev/tty.usbserial-A3Q609ZN 
     10#device = /dev/tty.usbserial-A3Q608W5 
     11device = /dev/tty.usbserial-A3Q609ZN 
    1212 
    1313[SonMicroMifareSensorProtocol] 
     
    1717 
    1818[JSONService] 
    19 username = XXX 
    20 password = XXX 
     19username = andy@mediamatic.nl 
     20password = picnic 
    2121base_url = http://picnicnetwork.org/services/rest 
    2222 
  • photobooth/photobooth.py

    r41 r43  
    7272    def clearBucket(self): 
    7373        print "clearing bucket" 
    74         self.bucket = [{"id": "1417", "name": "Andy Smit"}] 
     74        self.bucket = [] 
     75        #self.bucket = [{"id": "1417", "name": "Andy Smit"}] 
    7576 
    7677    def makeContacts(self): 
     
    9091        #d.addCallback(_addContacts) 
    9192        return d 
    92         return defer.succeed(dict(tags=self.bucket)) 
    9393 
    9494    def _tagsToPeople(self):