Alon Dissentshik

Results 1 issues of Alon Dissentshik

First thing: SWAMP_DRAGON_CONNECTION = ('swampdragon_auth.socketconnection.HttpDataConnection', '/data') this line thorws an error ImportError: No module named 'swampdragon.socketconnection' But i created a custom connection: from swampdragon_auth.socketconnection import HttpDataConnection when i'm logged in...