loginscreen update

This commit is contained in:
ingvar1995 2016-02-17 21:19:45 +03:00
parent f6222eb098
commit 6b9d7d7870
3 changed files with 13 additions and 5 deletions

View file

@ -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