Skip to content

Commit 78d72c4

Browse files
committed
fix order of arguments in Satellite construction
1 parent 38e847d commit 78d72c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
)
1313
config: Config = Config("config.json")
1414
logger.info("Initializing a cubesat object as `c` in the REPL...")
15-
c: Satellite = Satellite(config, logger)
15+
c: Satellite = Satellite(logger, config)

0 commit comments

Comments
 (0)