We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841bae7 commit 6edb39dCopy full SHA for 6edb39d
master/scan_scheduler.py
@@ -97,7 +97,7 @@ def main():
97
scan_binary = scan.site.scan_command.scan_binary
98
99
# The ScheduledScan model acts as the sanitized endpoint for agents to determine scan jobs. We don't want to
100
- # expose the other models, so we populate that ScheduledScan mdoel instead. The actual exposed fields for the
+ # expose the other models, so we populate that ScheduledScan model instead. The actual exposed fields for the
101
# API are controlled using master/api/serializers.py.
102
103
# start_datetime is a DateTimeField in ScheduledScan, but the Scan model only contains start_time (TimeField)
0 commit comments