Skip to content

Commit

Permalink
Fix missing parameter in service_profiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Faion committed Dec 12, 2019
1 parent 6274c54 commit d9c630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/launchables/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def service_profiled(
from .service import service

cProfile.runctx(
"service(timebase,eye_procs_alive,ipc_pub_url,ipc_sub_url,ipc_push_url,user_dir,version,hide_ui)",
"service(timebase,eye_procs_alive,ipc_pub_url,ipc_sub_url,ipc_push_url,user_dir,version,preferred_remote_port,hide_ui)",
{
"timebase": timebase,
"eye_procs_alive": eye_procs_alive,
Expand Down

0 comments on commit d9c630c

Please sign in to comment.