updated function docs
[mediagoblin.git] / mediagoblin / processing / task.py
index 0c254767a25593aa4c10d0dd4277fa9da132c146..5e0e772d9fde83168439ee7dae9d2538349d252e 100644 (file)
@@ -74,8 +74,11 @@ class ProcessMedia(celery.Task):
         Pass the media entry off to the appropriate processing function
         (for now just process_image...)
 
+        :param media_id: MediaEntry().id
         :param feed_url: The feed URL that the PuSH server needs to be
             updated for.
+        :param reprocess_action: What particular action should be run. For
+            example, 'initial'.
         :param reprocess: A dict containing all of the necessary reprocessing
             info for the media_type.
         """