~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/uis/web/handler.py

  • Committer: AJ00200
  • Date: 2011-11-19 02:47:01 UTC
  • Revision ID: git-v1:3bfd046fccbf86274ae11c34a1725c497a6d6bd8
Make libs.encryption.rsa.import_key return the hash of the imported key.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
                    ip = item[1]
141
141
                    
142
142
            # Add the friend object
143
 
            libs.friends.add_friend(result.fingerprints[0], ip = ip,
 
143
            libs.friends.add_friend(result, ip = ip,
144
144
                                    port = 1337, name = name)
145
145
                
146
146
            # Notify the user of success