- Timestamp:
- 01/28/20 10:19:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/randompartypy/src/main/resources/RandomParty.py
r9 r10 65 65 # Override 66 66 def getCapabilities(self): # -> Capabilities 67 try: 68 return Capabilities(HashSet([ ProtocolRef(URI("SAOP"))])) 69 except: 70 getReporter().log(Level.SEVERE, "Failed to create capabilities URI",e); 71 return None 67 return Capabilities(HashSet([ "SAOP"])) 72 68 73 69 # Override
Note:
See TracChangeset
for help on using the changeset viewer.