Skip to content

Commit

Permalink
Change the order as a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Apr 30, 2024
1 parent df9b3d9 commit b9baec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/panoptes/pocs/camera/gphoto/canon.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ def connect(self):
copy_right = f'{owner_name}_{current_time().datetime:%Y}'

prop2value = {
'artist': artist_name,
'copyright': copy_right,
'ownername': owner_name,
'drivemode': 'Single',
'focusmode': 'Manual',
'imageformat': 'RAW',
Expand All @@ -68,6 +65,9 @@ def connect(self):
'reviewtime': 'None',
'iso': 100,
'shutterspeed': 'bulb',
'artist': artist_name,
'copyright': copy_right,
'ownername': owner_name,
}

self.set_properties(prop2value=prop2value)
Expand Down

0 comments on commit b9baec3

Please sign in to comment.