mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 09:39:08 +01:00
added a _ to the file name
This commit is contained in:
parent
48183be406
commit
13e0bb4c01
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Exporter
|
|||
def initialize(user)
|
||||
@user = user
|
||||
@obj = {}
|
||||
@export_dirname = "export_#{@user.screen_name}_#{Time.now.to_i}#{SecureRandom.base64.gsub(/[+=\/]/, '')}"
|
||||
@export_dirname = "export_#{@user.screen_name}_#{Time.now.to_i}_#{SecureRandom.base64.gsub(/[+=\/]/, '')}"
|
||||
@export_filename = @user.screen_name
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue