This commit is contained in:
@@ -273,7 +273,6 @@ namespace AyaNova.Util
|
||||
public static long RUNNING_COUNT = 0;
|
||||
public static string Uniquify(string s)
|
||||
{
|
||||
//return s + " " + ((DateTimeOffset)DateTime.Now).ToUnixTimeSeconds();
|
||||
return s + " " + (++RUNNING_COUNT).ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user