mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +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 (
|
||||
sys.platform == 'win32'
|
||||
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