Created
April 1, 2017 21:09
-
-
Save KhanMaytok/51666acd7664c907868a157d452437fb to your computer and use it in GitHub Desktop.
asdasd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
galaxy_number = "{}%".format(i) | |
cur.execute("""SELECT Universe.coords | |
FROM | |
Player, | |
Universe | |
WHERE | |
Universe.player = Player.id | |
AND Universe.coords LIKE ? | |
AND ( | |
Player.status LIKE '%i' | |
OR Player.status LIKE '%I%' | |
)AND Player.status NOT LIKE '%v%'""", galaxy_number) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment