mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
'develop only for devs': d'oh, re-allow Athan on Windows
This commit is contained in:
parent
8386487dc1
commit
579c95024b
@ -399,7 +399,7 @@ if __name__ == '__main__': # noqa: C901
|
|||||||
or (
|
or (
|
||||||
sys.platform == 'win32'
|
sys.platform == 'win32'
|
||||||
and environ.get('USERNAME') is not None
|
and environ.get('USERNAME') is not None
|
||||||
and environ['USERNAME'] not in ['XAthan']
|
and environ['USERNAME'] not in ['Athan']
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user