diff options
| author | 2019-04-28 15:43:56 +0100 | |
|---|---|---|
| committer | 2019-04-28 15:43:56 +0100 | |
| commit | bcae650565a653100c4fa78312394025723e3376 (patch) | |
| tree | 0b4316a3d2f353398d254057ec6ff8180c8e9a3e | |
| parent | Change location.py to use lat/lon instead of continent/country/city (diff) | |
| signature | ||
Actually provide formatting arg for user_time.py error
| -rw-r--r-- | modules/user_time.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user_time.py b/modules/user_time.py index 9b759a33..e5d91a19 100644 --- a/modules/user_time.py +++ b/modules/user_time.py @@ -30,4 +30,5 @@ class Module(ModuleManager.BaseModule): else: raise utils.EventsResultsError() else: - event["stderr"].write("%s doesn't have a location set") + event["stderr"].write("%s doesn't have a location set" % + target_user.nickname) |
