Skip to content

Commit

Permalink
Don't sync flags by default
Browse files Browse the repository at this point in the history
Fixes #113.
  • Loading branch information
Terrance committed Oct 11, 2019
1 parent c472543 commit 1b8d2c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skpy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ class SkypeSettings(SkypeObj):

def __init__(self, skype=None, raw=None):
super(SkypeSettings, self).__init__(skype, raw)
if skype and skype.conn.connected:
self.syncFlags()
self.flags = set()

def syncFlags(self):
"""
Expand Down

2 comments on commit 1b8d2c2

@aadog
Copy link

@aadog aadog commented on 1b8d2c2 Oct 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. He's working normally now.

@alex-mlk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Splendid, thanks a lot, this issue is fixed but there is another one with another endpoint I reported about :(

Please sign in to comment.