diff options
| author | bill <bill@pixelspoke.com> | 2015-05-02 16:35:52 -0700 | 
|---|---|---|
| committer | bill <bill@pixelspoke.com> | 2015-05-02 16:35:52 -0700 | 
| commit | fb768ee68f0e13d9d7cb23b6dbd60ee77917e5e3 (patch) | |
| tree | 6a8e326f01965f91f9a00386110dc0687044d034 /bin/user | |
| parent | 47afcf71711e6a839046a7b035518364de8c5fd1 (diff) | |
update generator name missed in earlier renamingv1.0
Diffstat (limited to 'bin/user')
| -rw-r--r-- | bin/user/S3upload.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/user/S3upload.py b/bin/user/S3upload.py index 7751e5d..a60ab85 100644 --- a/bin/user/S3upload.py +++ b/bin/user/S3upload.py @@ -42,7 +42,7 @@ class S3uploadGenerator(weewx.reportengine.ReportGenerator):      """Custom service to upload files to an S3 bucket"""      def run(self): -        syslog.syslog(syslog.LOG_INFO, """reportengine: S3generator""") +        syslog.syslog(syslog.LOG_INFO, """reportengine: S3uploadGenerator""")          try:              # Get the options from the configuration dictionary.  | 
