Remove function that does not exist yet
This commit is contained in:
parent
79766c49b2
commit
c9424ffd85
1 changed files with 0 additions and 2 deletions
|
@ -201,7 +201,6 @@ class Slixfeed(slixmpp.ClientXMPP):
|
||||||
# Service.commands(self)
|
# Service.commands(self)
|
||||||
# Service.reactions(self)
|
# Service.reactions(self)
|
||||||
|
|
||||||
await self.service_capabilities()
|
|
||||||
self.service_commands()
|
self.service_commands()
|
||||||
self.service_reactions()
|
self.service_reactions()
|
||||||
|
|
||||||
|
@ -215,7 +214,6 @@ class Slixfeed(slixmpp.ClientXMPP):
|
||||||
# Service.commands(self)
|
# Service.commands(self)
|
||||||
# Service.reactions(self)
|
# Service.reactions(self)
|
||||||
|
|
||||||
await self.service_capabilities()
|
|
||||||
self.service_commands()
|
self.service_commands()
|
||||||
self.service_reactions()
|
self.service_reactions()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue