Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
FIX: use correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 authored Sep 5, 2020
1 parent 12c4252 commit 185f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrad_control/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def _init_processes(self):
self.proc_mngr.connect_to_server(hostname=server, username='pi')

# Prepare server in QThread on init
server_config_workers[server] = QtWorker(func=self.proc_mngr.configure_server, hostname=server, branch='development', git_pull=True)
server_config_workers[server] = QtWorker(func=self.proc_mngr.configure_server, hostname=server, branch='master', git_pull=True)

# Connect workers finish signal to starting process on server
server_config_workers[server].signals.finished.connect(lambda _server=server: self.start_server(_server))
Expand Down

0 comments on commit 185f6df

Please sign in to comment.