Skip to content

Commit 890870d

Browse files
committed
#527 fix
1 parent 46ec913 commit 890870d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

netpyne_ui/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def init_eeg():
2626
thread = Process(target = init_eeg)
2727
thread.start()
2828

29-
sys.stdin = open(os.path.join(HERE, "stdin.txt"),'r') # FIXES library asking for input to download -- eg lfpykit models
30-
3129

3230
RouteManager.add_controller(api.NetPyNEController)
3331

0 commit comments

Comments
 (0)