loginscreen update
This commit is contained in:
parent
f6222eb098
commit
6b9d7d7870
3 changed files with 13 additions and 5 deletions
|
@ -36,7 +36,7 @@ class Tox(object):
|
|||
print temp
|
||||
self.libtoxcore = CDLL(temp + 'libtoxcore.so')
|
||||
elif system() == 'Windows':
|
||||
self.libtoxcore = CDLL('/libs/libtox.dll')
|
||||
self.libtoxcore = CDLL('libs/libtox.dll')
|
||||
print self.libtoxcore.__dict__
|
||||
self.libtoxcore.tox_options_new.restype = POINTER(ToxOptions)
|
||||
# TODO: load from settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue