Open IngHarm opened 9 years ago
According to my experience (dumps from duality/chaos) it doesn't really matter what are you passing to reverence. For chaos, for which you can't actually have cache (because you can't log into there), just specify path to tq/sisi cache and pass according server name to reverence.
if you try to access other installations with
eve = blue.EVE(EVEPATH,SERVER)
where SERVER = "Singularity" or SERVER is set to an other IP or Name than Tranquility or Serenity, you will get anUnboundLocalError: local variable 'servername' referenced before assignment
This error occurs because the
servername
in the_getserver(server)
in blue.py is not set. I fixed this in the following code for Singularity: